File History is a built-in backup utility in Windows 11 designed to continuously protect personal files located in the Desktop, Documents, Pictures, and Videos folders by saving copies to an external drive or network share. While highly beneficial for individual consumers who lack an automated backup strategy, File History is entirely redundant-and often conflicting-in a managed enterprise environment. Organizations typically utilize robust, centralized endpoint backup solutions (like OneDrive Known Folder Move, Veeam Endpoint, or dedicated enterprise syncing clients). Allowing users to enable local File History can consume unnecessary network bandwidth, waste local storage space on external drives, and create confusion regarding which backup system is authoritative.
This guide explains how to completely disable the File History feature system-wide using the Group Policy Editor in Windows 11, ensuring users rely exclusively on your approved enterprise backup solution.
Disable File History via Group Policy
To enforce a strict block that prevents users from configuring or running File History, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
Computer Configuration > Administrative Templates > Windows Components > File History - In the right-hand pane, locate the policy named Turn off File History.
- Double-click the policy to open its configuration window.
- Select the radio button next to Enabled. (Note: You must enable this policy to enforce the “turn off” restriction).
- Click Apply, then click OK.
Verify the Configuration Lockdown
To enforce the change immediately across the system without requiring a full reboot, open an elevated Command Prompt and execute gpupdate /force.
To verify the restriction is active, open the classic Control Panel (search for “Control Panel” in the Start Menu) and navigate to System and Security > File History. You will immediately notice a yellow banner stating, “File History is turned off by your organization.” The “Turn on” button, as well as the options to “Select drive” and “Advanced settings,” will be greyed out and entirely inaccessible. Users can no longer utilize the local File History mechanism, ensuring compliance with your centralized backup architecture.