How to Reset File History in Windows 11
You can reset File History to its original settings in Windows 11 by deleting specific configuration files.
File History is a Windows feature that automatically backs up versions of your personal files, such as those in Documents, Pictures, and Desktop folders, to an external drive or network location. It allows you to restore previous versions of files or recover lost data.
This process is useful when File History stops backing up, gets stuck, or displays errors like ‘Cleaning up’. Resetting it clears corrupted settings without deleting your actual backup files stored on your backup drive.
Open Command Prompt as Administrator, stop the File History service, and delete the contents of the C:UsersGenericUserAppDataLocalMicrosoftWindowsFileHistory folder. Restart your computer to rebuild the configuration and reset File History. You will need to reconfigure your backup drive afterward.
Before You Begin
- Ensure your external backup drive is connected.
- Check that you have administrative rights on your PC.
- Verify that no other backup software is currently running.
How to Reset File History
You can reset File History in Windows 11 by using a couple of commands in the Command Prompt or Terminal app, making sure you run it as an administrator.
- Open the Command Prompt or Terminal app with Admin privileges.
- Stop the File History service by typing the following command and pressing Enter:
if exist "%UserProfile%\AppData\Local\Microsoft\Windows\FileHistory" RD /S /Q "%UserProfile%\AppData\Local\Microsoft\Windows\FileHistory"- Navigate to the Configuration folder at 📁C:\Users\GenericUser\AppData\Local\Microsoft\Windows\FileHistory and delete its contents.
- Restart your computer to allow the Windows service (fhsvc) to rebuild the configuration.
Troubleshooting Failed Resets
If the reset fails, check the permissions on your external drive. Right-click the drive, select Properties, and ensure your user account has ‘Full Control’ under the Security tab. If the service remains stuck, check the Task Manager to ensure the File History service is not hanging in the background.
Summary
Resetting File History in Windows 11 is a straightforward process that helps fix issues by clearing out old settings and returning the tool to its default state.
Does resetting File History delete my actual files?
No. Resetting File History only clears the local configuration files stored on your computer. Your actual backup data stored on your external hard drive or network location remains untouched and safe. You will need to re-select your backup drive in the Windows settings after the reset.
How do I clear File History space without deleting the whole backup?
You can manage space by opening Control Panel, going to File History, and selecting Advanced settings. Here, you can change how long saved versions are kept. Reducing the time from ‘Forever’ to a shorter period will automatically delete older, unnecessary versions and free up significant space on your drive.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!