File History in Windows 11 regularly copies your personal files to an external drive or network location, creating automatic backups of folders like Documents, Pictures, and Desktop. While this feature protects against accidental data loss, some users find File History runs persistently or consumes system resources, even after attempts to disable it. Disabling File History can free up system resources, prevent unwanted backups, and give you full control over where your files are stored.

Disable File History Using Control Panel

Step 1: Open the Control Panel by pressing Win + R, typing control, and pressing Enter. This opens the classic Control Panel interface, which provides direct access to File History settings.

Step 2: Click on System and Security, then select File History. The File History window displays the current status of backups and allows you to manage settings.

Step 3: If File History is currently enabled, click the Turn off button. This immediately stops File History from backing up files to any configured drive or network location. The status will change to indicate that File History is off.

Disabling File History from Control Panel is the simplest method for most users, as it requires no advanced configuration and takes effect immediately. If you ever want to re-enable it, return to the same location and click Turn on.


Disable File History with Group Policy Editor

For users running Windows 11 Pro, Enterprise, or Education editions, the Group Policy Editor provides a way to disable File History system-wide. This method prevents all users on the computer from enabling File History, and is especially useful in managed environments or when Control Panel options appear grayed out due to administrative restrictions.

Step 1: Press Win + R, type gpedit.msc, and press Enter. This opens the Local Group Policy Editor.

Step 2: In the left pane, navigate to Computer Configuration > Administrative Templates > Windows Components > File History. This section contains policies specific to the File History feature.

Step 3: In the right pane, double-click on Turn off File History. This opens the policy configuration window.

Step 4: Select Enabled to disable File History for all users. Click Apply, then OK to confirm your changes. Once this policy is enabled, users will not be able to turn File History back on unless the policy is reverted.

After making this change, you may need to restart your computer or run gpupdate /force from a command prompt to ensure the policy takes effect.

Note: The Group Policy Editor is not available in Windows 11 Home edition. If you are using the Home edition, use the Registry Editor method below instead.

Disable File History via Registry Editor

The Registry Editor allows precise control over system settings, including File History. This method is useful if you are running Windows 11 Home or if other methods are unavailable. Editing the registry disables File History for all users on the device.

Step 1: Press Win + R, type regedit, and press Enter to launch the Registry Editor. If prompted by User Account Control, click Yes to continue.

Step 2: In the Registry Editor, navigate to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

Step 3: Right-click on the Windows folder in the left pane, select New > Key, and name the new key FileHistory if it does not already exist.

Step 4: With the FileHistory key selected, right-click in the right pane, choose New > DWORD (32-bit) Value, and name it Disabled.

Step 5: Double-click the Disabled value, set the Value data to 1, and click OK. This disables File History across all user accounts.

Step 6: Close the Registry Editor and restart your computer for the change to take effect.

Caution: Modifying the Windows registry can impact system behavior. It's a good idea to create a backup of your registry before making changes. To re-enable File History, set the value to 0 or delete the Disabled DWORD.

Resetting File History Settings

In rare cases, File History may continue to run or cause issues even after disabling it. Resetting File History removes all configuration and cached backup data from your user profile, which can resolve persistent behavior.

Step 1: Open File Explorer and enable viewing of hidden items by clicking View > Show > Hidden items in the toolbar.

Step 2: Navigate to C:\Users\[YourUsername]\AppData\Local\Microsoft\Windows\FileHistory. Replace [YourUsername] with your actual Windows username.

Step 3: Delete all contents of the FileHistory folder. This removes all cached backup data and resets File History settings for your account. If you want to automate this, you can run the following command in Command Prompt:

if exist "%UserProfile%\AppData\Local\Microsoft\Windows\FileHistory" RD /S /Q "%UserProfile%\AppData\Local\Microsoft\Windows\FileHistory"

After resetting, File History will no longer have any previous configuration or backup history associated with your account.


Troubleshooting Persistent File History Activity

Some users report that File History continues to run or uses system resources even after it is disabled. This can occur if Group Policy or registry changes have not applied correctly, or if other backup software (such as OneDrive) is syncing files in the background. To confirm File History is truly disabled:

  • Check the File History status in Control Panel—ensure it says “File History is off.”
  • Verify Group Policy settings if using Pro or Enterprise editions.
  • Double-check the registry key as described above.
  • Restart your computer after making changes to ensure settings apply.
  • Check Task Manager for any running processes named FileHistory.exe and terminate them if found.
  • Ensure OneDrive or other backup utilities are not enabled if you see ongoing network or disk activity.

If File History continues to reactivate itself after Windows Updates, repeat the disabling steps above. Occasionally, updates may reset some system policies, requiring you to apply the changes again.


Disabling File History in Windows 11 gives you direct control over backups and system performance. If you ever want to restore the feature, simply reverse the steps outlined above.