Windows

How to Reset File History in Windows 11

Richard
Written by
Richard
Jun 25, 2023 Updated May 1, 2026 3 min read

This guide explains how to return File History to its original settings in Windows 11.

File History is a built-in tool that saves copies of your files. It backs up your home folder, including your Documents, Music, Pictures, Videos, and Desktop. These files are stored in your profile folder at C:\Users\GenericUser\.

Your offline OneDrive files are also saved during this process. If you lose a file, you can use these backups to get it back. For official documentation, refer to the Microsoft Backup and Restore guide.

Why reset File History?

Sometimes the backup process stops working or gets stuck on ‘Cleaning up’. Resetting it clears out the old configuration and lets you start fresh. It fixes corrupted settings that prevent new backups from starting.

What happens when done?

Once you finish these steps, your File History settings will return to their factory defaults. You will need to set up your backup preferences again. Note that this process does not delete your actual backup files on your external drive, only the local configuration settings on your PC.

FeatureResettingTurning Off
ConfigurationDeletes local settingsPauses current process
Backup FilesPreserved on drivePreserved on drive
Service StatusRestarts serviceStops service

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

Follow these steps to reset the service:

  1. Open the Command Prompt or Terminal app with Admin privileges.
  2. Stop the File History service by typing the following command and pressing Enter:
💻Code
if exist "%UserProfile%\AppData\Local\Microsoft\Windows\FileHistory" RD /S /Q "%UserProfile%\AppData\Local\Microsoft\Windows\FileHistory"
  1. Navigate to the Configuration folder at C:\Users\GenericUser\AppData\Local\Microsoft\Windows\FileHistory and delete its contents.
  2. Restart your computer to allow the Windows service (fhsvc) to rebuild the configuration.

Troubleshooting Failed Resets

If the reset fails, check your external drive permissions. 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

File History is a great way to keep your data safe. If the feature starts acting up, you can easily fix it by running commands as an administrator. This clears the local configuration folder at C:\Users\GenericUser\AppData\Local\Microsoft\Windows\FileHistory and resets the tool to its original state. Remember to re-configure your backup drive after performing these steps.

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 simply 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?

Tags: #Windows 11
Richard

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version