Skip to content
Follow
Windows

How to Reset File History in Windows 11

Richard
Written by
Richard
Jun 25, 2023 Updated Jul 14, 2026 2 min read
How to Customize Focus Alarm Sounds in Windows 11
How to Customize Focus Alarm Sounds in Windows 11

Resetting File History in Windows 11 returns its settings to their default setup by deleting specific configuration files.

File History is a handy Windows tool that automatically saves copies of your personal files, like documents and photos, to another drive or network location. It lets you go back to older versions of files or recover things you might have accidentally lost.

These settings are located in the folder `📁C:\Users\\AppData\Local\Microsoft\Windows\FileHistory`. Deleting the files inside this folder removes all your saved backup preferences and past backup information.

When File History runs next, it will set itself up again with the default options. This is a good fix if File History is not working correctly, seems stuck, or shows errors.

⚡ Quick Answer

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 clearing out its old backup folders. The Command Prompt or Terminal removes existing backup data, effectively starting File History fresh. It’s a way to fix issues if your current backups aren’t working correctly or if you want to begin a new backup set.

  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 doesn’t work, 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 helps fix issues by clearing out old settings and returning the tool to its default state.

How to clear 🪟 Windows 11 file history?

Section and then find clear file explorer. History click clear next to clear file explorer. History your Windows 11 file explorer. History will be cleared.

Was this guide helpful?

📬 Get new Windows tips in your inbox
One email when we publish something worth your time. No spam, unsubscribe anytime.
Tags: #Windows 11
Was this helpful?
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.

2750 articles → Twitter

📚 Related Tutorials

How to Restore Files with Windows 11 File History
Windows How to Restore Files with Windows 11 File History
How to Turn On or Off File History in Windows 11
Windows How to Turn On or Off File History in Windows 11
Set Up File History on Windows 11: A Complete Guide
Windows Set Up File History on Windows 11: A Complete Guide
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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