A file system error during Minecraft installation usually means the installer can’t write files to the target location. The cause is almost always permissions, corrupted Windows Store components, or leftover files from a previous installation.
For Minecraft Java Edition (launcher installer)
Run as administrator: Right-click the Minecraft installer > Run as administrator. Most file system errors on Java Edition installation are simply permission issues that admin mode resolves.
Clear previous installation files: If Minecraft was previously installed, leftover files can conflict with the new installer. Navigate to %AppData%\.minecraft and delete the folder, then try reinstalling.
Check available disk space: The installer needs space to extract and write files. Confirm there’s at least 1-2GB free on the target drive.
For Minecraft Bedrock Edition (Microsoft Store / Windows app)
Bedrock installs through the Microsoft Store (or Xbox app), and file system errors there are usually related to Windows Store infrastructure:
Reset the Windows Store:
- Press Windows + R > type
wsreset.exe> Enter - A blank Command Prompt window opens and closes automatically
- The Store relaunches – try the installation again
Re-register Windows Store apps:
Open PowerShell as administrator and run:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This re-registers all Store apps and resolves broken Store infrastructure.
Check Windows Update: Store app installations can fail if Windows is missing updates that the app depends on. Run Windows Update and install all pending updates before retrying.
Reset the Xbox app: Settings > Apps > Xbox > Advanced options > Reset. Then try installing Minecraft again.
General fix for both editions
Disable antivirus temporarily: Security software can interfere with file writes during installation. Disable real-time protection, run the installer, then re-enable.
Check for disk errors: Run chkdsk C: /f in an elevated Command Prompt to scan for and fix filesystem errors on the drive. Requires a restart to run on the system drive.