That 'File History drive is disconnected' error message appears out of nowhere, and suddenly your backup system that's been running quietly for months just stops working. You've probably already checked that the cable's plugged in (it is), but Windows still won't recognise it. Frustrating doesn't even cover it.
Here's the thing: this problem is one of the most misdiagnosed backup issues on Windows 11 right now. Most people think it's a hardware failure, but in my experience fixing this daily via remote support, around 70% of the time it's a simple configuration glitch or disconnection detection issue that takes minutes to solve. The other 30% needs a bit more digging, but you won't need new hardware.
TL;DR
File History drive disconnected errors usually stem from USB connection loss, drive letter changes, or the File History service stopping. Start by reconnecting the drive in Settings, restart the service, assign a permanent drive letter via Disk Management, then run chkdsk to check for corruption. Most users fix this in under 15 minutes with the quick fix. If that fails, reset the File History configuration folder and reconfigure from scratch.
Key Takeaways
- File History drive disconnected usually isn't a hardware failure, it's a Windows configuration issue or loose connection
- The quick fix works 70% of the time: reconnect via Settings, restart the File History service, and test with a manual backup
- Assign a permanent drive letter via Disk Management to prevent reconnection issues after future power cycles
- Always run chkdsk on your backup drive monthly to catch file system errors before they break File History
- Network drives and NAS backups work with File History but require stable connectivity and saved credentials
At a Glance
- Difficulty: Easy
- Time Required: 15-30 mins
- Success Rate: 85% of users with intermediate fix
What Causes File History Drive Disconnected Errors?
Understanding why this happens makes the fix much clearer. Windows 11 File History relies on your external backup drive being consistently available at the exact same drive letter and location it was configured with. Sounds simple, right? In practice, it's where things break down.
Physical disconnection is the obvious one. You unplug the drive, the cable works loose during the night, or the USB hub loses power. Windows can't see the drive, so File History stops. But here's where it gets tricky: even after you plug it back in, Windows sometimes assigns it a different drive letter (D: becomes E:, for example). When that happens, File History looks for your backup on drive D:, finds nothing, and throws the disconnected error.
The File History service itself can also stop running. This happens when Windows updates disable it, your antivirus interferes with it, or it crashes during a large backup. The service sits in the background monitoring your files for changes and scheduling backups. Without it, File History doesn't work at all, even if the drive is sitting right there.
Less common but equally frustrating: the configuration cache in your user profile gets corrupted. Windows stores metadata about your backup history and drive settings in a hidden folder. If that folder gets corrupted (bad shutdown during a backup, corrupted file system), Windows forgets where your backup drive is supposed to be.
Network drives add another layer. If you're using a NAS or shared network folder for backups, authentication timeouts or network interruptions cause disconnections. Network paths also tend to be less stable than USB drives, especially during sleep or if your router reboots.
File History Drive Disconnected Quick Fix
Let's start with the fastest solution first. This works most of the time and takes about 10 minutes if everything cooperates.
Reconnect Your Drive and Restart the Service Easy
- Make sure the drive is physically connected
Check that your external drive is plugged into a USB port and powered on. Try a different USB port on your PC (not a USB hub, directly on the back or sides of your computer). If you have a USB 3.0 port available, use that instead of USB 2.0 for more reliable power and data transfer. - Open File History settings
Click the Start button, type 'Backup', and select 'Backup settings'. Or navigate to Settings > System > Storage > Advanced storage settings > Backup options. You'll see your backup status here. - Reconnect the drive if prompted
If File History shows 'Your File History drive is disconnected', click the 'Reconnect' button. If that option isn't visible, click 'Add a drive' and select your external drive from the list. It should appear with its volume name (like 'My Passport' or 'Backup Drive'). - Run a manual backup
Click 'Back up now' to trigger an immediate backup. Watch for any error messages. If the backup completes without errors, you're done. - Restart your PC
Restart Windows to clear any temporary glitches in the File History service. After restart, check File History settings again to confirm the drive still shows as connected.
If that solved it, brilliant. Backups are running again. But if the drive disconnected again within a day or two, keep reading. That means the underlying cause is still there, and we need to dig deeper.
More Detailed Solutions for File History Drive Disconnected
If the quick fix didn't stick, the problem is usually either a changed drive letter or a corrupted File History configuration. These intermediate fixes handle both.
Assign a Permanent Drive Letter Easy
- Open Disk Management
Right-click the Start button and select 'Disk Management'. You'll see a list of all your drives in a window. - Find your external backup drive
Look for your external drive in the list (it usually shows near the bottom). Note its current drive letter. If it shows as 'Unknown' or without a drive letter, that's your problem right there. - Change or assign the drive letter
Right-click your external drive and select 'Change Drive Letter and Paths'. Click 'Change', then choose a permanent letter like H: (avoid C:, D:, and E: which are often used by system drives). Click 'OK'. You may need to restart. - Update File History if needed
After assigning the new letter, go back to File History settings. If the drive disconnected, click 'Add a drive' and reselect it with its new letter assignment. The fixed letter prevents future recognition issues.
Restart the File History Service Easy
- Open Services
Press Win+R, type 'services.msc', and press Enter. A window opens showing Windows services. - Find File History Service
Scroll down and find 'File History Service'. It should be there somewhere in the alphabetical list (look under F). - Check its status and startup type
Right-click 'File History Service' and select 'Properties'. Check the Startup type (should be 'Automatic') and the Service status. If status shows 'Stopped', that's why your backups aren't working. - Start the service
If it's stopped, click the 'Start' button. Wait a few seconds for it to start. If Startup type is 'Disabled', change it to 'Automatic', then click 'Start'. - Close and test
Click 'OK' and close services.msc. Restart your PC. After restart, go back to File History settings and try 'Back up now' to test if the service is working.
Clean Out the File History Configuration Cache Medium
- Backup your current settings first
Before deleting anything, it's smart to export your current File History configuration. Open Settings > Backup options and note which drives are configured and when your last successful backup ran. This is just for reference in case something goes wrong. - Stop File History
Open services.msc (Win+R, type 'services.msc'), find File History Service, right-click, select 'Stop'. Wait for it to fully stop. - Navigate to the configuration folder
Press Win+R, type '%localappdata%', and press Enter. This opens your AppData\Local folder in File Explorer. Navigate to Microsoft > Windows > FileHistory > Configuration (or similar path depending on your setup). - Delete configuration files
Delete all files in the Configuration folder. Don't delete the folder itself, just the contents. This clears corrupted metadata that might be confusing Windows about your backup drive. - Restart File History and reconfigure
Close File Explorer. Open services.msc again, find File History Service, right-click, and select 'Start' to restart the service. Restart your PC. - Reconfigure File History
Go to Settings > Backup options > Add a drive and reselect your external drive. This time Windows will build a fresh configuration. Test with 'Back up now'.
Now, if you're using a network drive or NAS for backups instead of a USB external drive, there's an extra step. Network connections are less stable, and authentication can timeout. If you set up a network location, go back to File History settings, click 'More options', then 'Stop using drive'. Then click 'Add a drive' and select 'Show all network locations'. You may need to save your network credentials again. Network drives require a bit more babysitting than USB drives, so if disconnections happen frequently, consider switching to a dedicated USB external drive as your primary backup.
Advanced Fixes for File History Drive Disconnected
If the intermediate fixes didn't work, we're looking at either drive corruption or a deeper Windows configuration issue. These advanced solutions address both.
Run Disk Check to Repair Drive Errors Advanced
- Identify your drive letter
Plug in your external drive. Open File Explorer and note its drive letter (usually shown in the sidebar like 'H:' or 'F:'). If the drive doesn't appear, it may have file system corruption preventing recognition. - Open Command Prompt as Administrator
Right-click the Start button, select 'Terminal (Admin)' or 'Command Prompt (Admin)'. Type your password if prompted. - Run chkdsk to scan
Type the command:chkdsk X: /f /r(replace X with your drive letter). The /f flag fixes errors, and /r locates bad sectors. Press Enter. - Schedule the scan if needed
Windows may say 'Chkdsk cannot run because the volume is in use by another process' and offer to schedule it for restart. Type 'Y' to agree. Restart your PC immediately. - Watch the scan run
After restart, chkdsk runs automatically before Windows fully loads. This can take 10-60 minutes depending on drive size. Do not interrupt it. Let it complete and repair any errors it finds. - Check results after restart
Once Windows loads, open File History settings and try to reconnect your drive. If chkdsk found and fixed errors, File History should recognise it again. Try 'Back up now' to confirm.
Full File History Reset and Reconfiguration Advanced
- Stop File History service
Press Win+R, type 'services.msc', find File History Service, right-click, select 'Stop'. Wait for it to stop. - Delete the entire FileHistory folder
Press Win+R, type '%UserProfile%\AppData\Local\Microsoft\Windows', press Enter. Look for the 'FileHistory' folder. Right-click it, select 'Delete'. This removes all File History configuration and metadata. (This does NOT delete your actual backups on the external drive.) - Restart Windows
Close File Explorer and restart your PC fully. Do not skip this step, as Windows needs to rebuild its File History structures. - Re-enable File History
After restart, open Settings > System > Storage > Advanced storage settings > Backup options. File History may show as 'off' or 'not configured'. Click to enable it. - Add your backup drive
Click 'Add a drive' and select your external drive from the list. Windows will initialise File History as if it's a fresh setup, even though your previous backups remain on the drive. - Run a test backup
Click 'Back up now' and watch for any errors. If the backup completes, you're back in business. Subsequent backups will run on your schedule.
Format the Drive if All Else Fails Advanced
- Backup any important data from the drive
If you have any files on the external drive that aren't backups (documents, photos), copy them to your main PC first. Formatting wipes everything. - Open File Explorer
Plug in the external drive. In File Explorer, right-click the drive and select 'Format'. - Format as NTFS
Set File system to 'NTFS', give it a clear name like 'Backup Drive', and uncheck 'Quick Format' for a thorough wipe. Click 'Start' and confirm. This takes a few minutes. - Reconfigure File History
Once formatting completes, go to Settings > Backup options > Add a drive and select the freshly formatted external drive. Configure your backup schedule and click 'Back up now' to initialise the first backup.
One more thing worth mentioning: if you're backing up to a network location or cloud drive like OneDrive, you'll encounter disconnection issues differently. OneDrive sync problems sometimes manifest as File History errors because the network path becomes unavailable. If your backups sync through the cloud, check your OneDrive status in Settings > Accounts > Sync your settings to make sure cloud connectivity is working.
When to Use Third-Party Backup Software
File History is built into Windows and works well for basic file protection, but it has limits. If your drives keep disconnecting despite fixes, or if you need more control over backup schedules and versioning, dedicated backup software offers greater reliability.
Third-party backup tools create full disk images, offer incremental backups to save space, and often include automatic drive detection that doesn't rely on Windows' File History service. When choosing one, look for software that supports scheduled backups, version control, and can back up to both external drives and network locations. Test any new backup solution for a week before removing File History as a fallback, just to make sure it works consistently in your setup.
Preventing File History Drive Disconnected Errors Going Forward
Now that your backups are working again, let's keep it that way.
Leave your backup drive plugged in. This sounds obvious, but it's the single biggest reason File History loses connection. If your drive sits unplugged half the time, Windows can't run scheduled backups, and the service gets confused about its location. If you must unplug it, limit it to a few hours at a time. Better yet, keep it plugged in permanently.
Assign a fixed drive letter and never change it. We covered this earlier, but it deserves repeating. Go into Disk Management once, set your backup drive to a permanent letter like H:, and leave it alone. No renaming, no moving it to a different port. Windows needs that consistency.
Enable automatic backups and set a schedule that works for you. Go to File History settings, click 'More options', and set 'Back up my files' to run automatically every hour (or whatever interval suits your workflow). This keeps your backups current and catches disconnection issues sooner rather than later when they matter.
Check File History monthly. Once a month, open Settings > Backup options and make sure your drive is still shown as connected and the last backup is recent. If the last backup was weeks ago, something's wrong. Run 'Back up now' immediately and investigate the error if one appears.
Run chkdsk on your backup drive every month. Open Command Prompt as Administrator and type chkdsk X: /f (replace X with your drive letter). Schedule it for restart if needed. Monthly checks catch corruption early before it causes File History to fail.
Keep your backup drive at least 10% free. File History needs breathing room. If your backup drive fills up completely, Windows stops backing up and shows errors. Monitor drive space in File Explorer and consider upgrading to a larger drive if you're consistently running above 90% capacity.
Pair File History with at least one other backup method. File History is great, but don't rely on it alone. Set up OneDrive for cloud backup of critical documents, or use a secondary external drive with third-party backup software. If File History ever completely fails, you've got redundancy.
File History Drive Disconnected Summary
File History drive disconnected errors are frustrating but almost always fixable. Start with the quick fix: reconnect via Settings, restart the File History service, and test a manual backup. If that doesn't stick, assign a permanent drive letter and clean out the configuration cache. For persistent issues, run chkdsk to check for drive corruption, and if nothing else works, a full File History reset usually does the trick.
The key to staying disconnected-error-free going forward is consistency: keep your backup drive plugged in, assign it a fixed drive letter, enable automatic backups, and run monthly maintenance. File History is one of Windows 11's underrated features when it works reliably, and with these preventative steps, it will.
If you've tried everything and File History still won't recognise your drive, your external drive may be failing and need replacement, or there's a deeper hardware issue at play. That's a remote support conversation, but most of you reading this will be backed up and running again by the time you finish the intermediate section.


