ExFAT is a file system developed by Microsoft. It was introduced with Windows 8 and is the default file system on portable devices.
However, some users have encountered exfat errors, which affect their exfat file system.
- The exfat error on Windows can occur when there is a conflict between the software and your hardware.
- The exFAT partition format is currently the best for Windows, so make sure that your PC has that.
- The exfat error can also occur when your software is outdated, so make sure to update your drivers.
Update your drivers
- Download the latest drivers from the manufacturer’s website.
- Right-click on the Download link to download the driver software.
- Double-click on the .inf file and follow the on-screen instructions to install the drivers.
Delete the .chk file
- The .chk file, which is located in %ProgramFiles(x86)%\Windows\system32\config\system, is where Windows stores its configuration information.
- Users have reported deleting the .chk file resolves exfat errors.
- To do that, right-click the %ProgramFiles(x86)%\Windows\system32\config\system folder and select Delete.
Repair exFAT
- If one of your partitions is ExFAT, then you can repair it with chkdsk:
Type cmd in Cortana or Search, right-click Command prompt, and select Run as administrator.
- Now paste the chkdsk command and hit Enter.
Run the exFAT troubleshooter
- Go to Start > type troubleshooter > select Troubleshoot settings from the results.
- Go to File System > select exFAT
- Click Run the troubleshooter
Disable the Secure Boot option
- First, click Start and select Settings.
- Select Update & Security.
- Select Recovery on the left, then click the Restart now button under Advanced Startup.
- Select Troubleshoot, then Advanced Options, and then click on Startup Settings.
- Select the UEFI Firmware Settings, and click Restart.
- Select the Disable Secure Boot option.
Run the SFC scan
- Press Windows + S to open the Search menu, and type cmd in the text field.
- Click on Run as administrator under Command prompt.
- Now, paste the following command and press Enter: sfc /scannow
- Wait until the scan is finished, and restart your computer.
Run the DISM repair tool
- Type Command prompt in the Cortana search and select Run as administrator.
- Enter the following command and press Enter: DISM.exe /Online /Cleanup-image /Restorehealth
- Now, run the sfc /scannow command in order to perform a full system scan and repair any potential issues.
Change the exFAT file system to NTFS
- Right-click on the hard drive partition that you want to format, and select Format.
- Select NTFS (or exFAT) as the file system.
- Click Start, type cmd, and select Command prompt from the results.
- When Command prompt opens, enter this command and press Enter: fsutil behavior set disabledeletenotify 0