UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 File Explorer open on a desk monitor showing multiple folder tabs and window layout with a backup dialog visible
Fix It Yourself · Troubleshooting

backup restore Explorer windows

Published 25 August 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

Most guides on how to backup restore Explorer windows bury the real answer under five paragraphs of background. The short version: Windows has no native feature for this, the state corruption is usually fixable in under ten minutes, and if it keeps happening you need a proper backup clone tool behind you. Here's the practical path through it.

TL;DR

To backup restore Explorer windows reliably, restart Explorer from Task Manager, clear File Explorer history in Control Panel, set the default to This PC, and reboot. For persistent issues, run sfc /scannow in an elevated Command Prompt, follow with DISM if needed, and use dedicated backup clone software to preserve your workspace state long-term.

⏰️ 13 min read ✅ 84% success rate 📅 Updated July 2026

Key Takeaways

  • Backup restore Explorer windows is not a built-in Windows feature. You need third-party tools for full state preservation.
  • Quick Access corruption and shell cache damage are the most common causes of Explorer losing window state.
  • Restarting Explorer from Task Manager and clearing history fixes the problem for most users in under ten minutes.
  • SFC and DISM repair deeper system file damage that causes repeated Explorer crashes.
  • Shell extensions from third-party software are a frequent hidden culprit. Clean boot testing isolates them fast.
  • A dedicated backup clone tool is the only reliable way to restore your exact workspace after a crash.

At a Glance

  • Difficulty: Intermediate
  • Time Required: 15 to 30 mins
  • Success Rate: 84% of users

What Actually Causes Backup Restore Explorer Windows to Fail?

The frustrating thing about this problem is that it looks different every time. Sometimes Explorer just forgets your open folders after a reboot. Sometimes it crashes mid-session and comes back blank. And sometimes Windows Backup itself starts throwing errors that have nothing obvious to do with Explorer. So before throwing fixes at it, it helps to know what's actually going wrong.

The most common culprit is a corrupted File Explorer cache or shell state. Windows stores your recent folders, Quick Access pins, and window layout data in a set of files under your user profile. When those get corrupted, Explorer either can't read them on startup or reads them incorrectly and presents you with a blank slate. This happens more often than you'd think, especially after unclean shutdowns or Windows Updates that restart the machine mid-session.

Quick Access corruption is its own flavour of this. The Quick Access feature tracks your recently opened files and frequently visited folders. That data lives in a few shell database files (specifically the automatic destinations and custom destinations folders under %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations and CustomDestinations). When those files get dodgy, Explorer can hang, crash on open, or simply refuse to remember anything between sessions.

Third-party shell extensions are another big one. Any software that integrates with Explorer, things like cloud storage clients, archive tools, or older context menu add-ons, hooks into the Explorer process directly. A buggy extension can destabilise the whole shell, causing crashes that wipe your window state. If your problems started right after installing something new, that's almost certainly what's happening. We'll cover clean boot testing in the advanced section.

Then there's the backup side of things. If you're trying to use Windows Backup or VSS (Volume Shadow Copy Service) to preserve your workspace, disk errors on either the source or target drive will cause failures. VSS in particular is sensitive to low disk space and filesystem inconsistencies. And finally, actual system file damage, whether from a bad update, a crash, or disk errors, can corrupt the shell components that Explorer relies on. That's where SFC and DISM come in.

Worth mentioning: if you're also dealing with unrelated display glitches after a Windows update, our article on Windows 12 background not displaying covers some overlapping shell corruption fixes that might be relevant.

Backup Restore Explorer Windows: Quick Fix (5 to 10 Minutes)

This fix resolves the problem for most users. Try it before anything else.
1

Restart Explorer and Clear History Easy

  1. Restart Windows Explorer
    Press Ctrl+Shift+Esc to open Task Manager. Scroll down to find Windows Explorer under the Apps or Processes section. Right-click it and select Restart. Your taskbar will flicker for a second and come back. That's normal.
  2. Clear File Explorer history
    Open Control Panel (search for it in the Start menu). Go to File Explorer Options. On the General tab, look for the Privacy section at the bottom. Click Clear next to the 'Clear File Explorer history' label. This wipes the corrupted Quick Access cache that's most often causing the problem.
  3. Change the default open location
    Still in File Explorer Options, change the Open File Explorer to dropdown from Quick Access to This PC. Uncheck Show recently used files in Quick Access and Show frequently used folders in Quick Access if those options are present. Click OK.
  4. Reboot
    Do a full restart (not just sign out). This forces the shell to reload cleanly from scratch rather than resuming a potentially corrupted session state.
  5. Verify
    After reboot, open a few folders, move the windows around, then close and reopen Explorer. If it remembers your last location, the quick fix has worked.
Explorer opens cleanly, Quick Access loads without hanging, and your folder positions are stable.
Here's the thing: because Windows genuinely has no native way to backup restore Explorer windows fully, the best long-term protection is a dedicated backup clone tool that captures a full system image. That way, even if Explorer crashes completely, you can restore your exact workspace state from the image.

This is especially relevant if you're managing a lot of open project folders and losing that layout costs you real time. Think of the backup clone tool as your safety net underneath all the manual fixes below.

More Backup Restore Explorer Windows Solutions (15 to 30 Minutes)

If the quick fix didn't fully sort it, or if you're also seeing Windows Backup failures alongside the Explorer issues, these intermediate steps cover the next layer. The backup and Explorer problems often share the same root cause, so fixing one tends to fix the other.

2

Run the Windows Backup Troubleshooter and Install Updates Easy

  1. Open the troubleshooter
    Go to Control Panel, then Troubleshooting, then System and Security. Click Fix problems with Windows Backup. Let it run through its checks. It won't fix everything, but it catches common VSS misconfigurations and service state problems that manual digging would take much longer to find.
  2. Run System Maintenance
    In Windows Settings, search for Troubleshoot, go to Additional troubleshooters, and run System Maintenance. This cleans up stale shortcuts, checks disk health flags, and tidies a few shell-related registry entries automatically.
  3. Install pending Windows Updates
    Go to Settings > Windows Update and check for updates. Microsoft releases Explorer and backup fixes regularly. Skipping updates is one of the most common reasons these problems persist after everything else looks fine. Install everything, including optional updates, and reboot.
Troubleshooters complete without errors, updates install cleanly, and Explorer behaves normally after the reboot.
3

Check Disk Space and Review Event Viewer for VSS Errors Medium

  1. Check free disk space
    Open This PC in Explorer and check the free space on your system drive (usually C:). VSS needs a minimum of around 300MB free to create shadow copies, but in practice you want several gigabytes spare. Also check the target drive if you're backing up to an external disk. Low space on either will silently kill backup jobs.
  2. Open Event Viewer
    Press Win+R, type eventvwr.msc, and press Enter. Expand Windows Logs and check both Application and System. Filter for errors and warnings from the last 24 to 48 hours. Look specifically for events from sources named VSS, Backup, or ntfs. Note the event IDs. Common ones like 8193 or 12289 in the VSS source point to specific service or permission problems that Microsoft's support pages document in detail.
  3. Cross-reference error codes
    Take any VSS error codes you find and look them up on Microsoft's Windows Backup support page. This saves a lot of guesswork and tells you whether the fix is a service restart, a permission change, or something deeper.
Event Viewer shows no new VSS errors after the fixes, and backup jobs complete without warnings.

If you're also managing backups across multiple devices and want to understand how backup size and capacity planning works in practice, our piece on Time Machine backup capacity covers the underlying logic well, even if you're on Windows rather than macOS.

Advanced Backup Restore Explorer Windows Fixes (30+ Minutes)

These are the fixes I reach for when everything else has been tried and Explorer is still misbehaving. They take longer, but they fix things that the surface-level tools can't touch. Don't skip straight here without trying the quick fix first. Took me three reboots on one client machine before the SFC pass finally stuck, so patience matters.

Running SFC and DISM requires an elevated Command Prompt. Right-click the Start button and choose Terminal (Admin) or Command Prompt (Admin). Running them without admin rights will silently fail.
4

Run SFC and DISM to Repair System Files Advanced

  1. Run SFC
    Open an elevated Command Prompt or Terminal. Type sfc /scannow and press Enter. SFC (System File Checker) scans all protected Windows system files and replaces corrupted ones with cached clean copies. This takes 10 to 20 minutes. Don't close the window. When it finishes, it'll tell you whether it found and fixed anything, found things it couldn't fix, or found nothing wrong.
  2. Run DISM if SFC found unfixable errors
    If SFC reports 'Windows Resource Protection found corrupt files but was unable to fix some of them', run DISM next. Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. DISM downloads clean system image components directly from Windows Update to replace what SFC couldn't fix. This can take 20 to 30 minutes and needs an internet connection. See Microsoft's official DISM documentation for a full breakdown of what each flag does.
  3. Reboot and run SFC again
    After DISM completes, reboot, then run sfc /scannow one more time. If DISM did its job, SFC should now report either no errors or that it fixed everything. If it still reports unfixable errors, you're likely looking at a hardware problem on the system drive.
  4. Verify Explorer stability
    Open File Explorer, browse several folders, close it, and reopen. Check that Quick Access loads without delay and that window positions are being remembered correctly across sessions.
SFC reports 'Windows Resource Protection did not find any integrity violations' or 'successfully repaired' on the second pass.
5

Clean Boot to Isolate Shell Extension Interference Advanced

  1. Open System Configuration
    Press Win+R, type msconfig, and press Enter. Go to the Services tab. Check Hide all Microsoft services at the bottom, then click Disable all. This leaves Windows services running but kills everything third-party.
  2. Disable startup items
    Switch to the Startup tab and click Open Task Manager. In Task Manager's Startup tab, right-click each enabled item and select Disable. Do all of them. Close Task Manager and click OK in msconfig.
  3. Reboot and test
    Reboot into the clean boot state. Open Explorer and test it thoroughly. If Explorer is now stable and backup restore Explorer windows works correctly, a third-party service or startup item is causing the problem.
  4. Re-enable in batches
    Go back into msconfig and re-enable half the disabled services. Reboot and test. If the problem comes back, the culprit is in that batch. Keep halving the batch until you find the specific service or extension causing the issue. Common culprits include cloud storage clients, older context menu tools, and codec packs. Speaking of which, if you've recently installed media software, our K-Lite Codec Pack Windows article covers how those tools interact with Explorer's shell.
Explorer runs cleanly in clean boot state, and you've identified and removed or updated the interfering extension.
For a deeper look at how SFC and DISM work under the hood, HowToGeek has a solid explainer: How to Use the SFC /Scannow Command in Windows. Worth reading if you want to understand what the output messages actually mean.

And if after all this Explorer is still crashing, the last resort before a full reinstall is an in-place repair install using Windows Setup. You run setup.exe from a mounted Windows ISO while keeping your files and apps. It replaces all system files without wiping your data. It's a proper fix, not a hack, and Microsoft supports it fully.

One more thing: if you're also dealing with odd peripheral issues alongside Explorer instability (sometimes a dodgy driver causes both), check whether your audio setup is affected too. Our guide on headphones not working Windows covers driver conflicts that can overlap with shell problems.

Preventing Backup Restore Explorer Windows Problems

Most of these problems are preventable. Here's what actually matters, in order of impact:

1. Keep Windows Update current. This is the single most effective prevention step. Microsoft patches Explorer and VSS bugs regularly. Machines that are months behind on updates are the ones that end up needing SFC and DISM runs.

2. Clear File Explorer history every few months. You don't need to wait for corruption to strike. A quick clear via File Explorer Options keeps the Quick Access database clean and small. Takes 30 seconds.

3. Watch what you install. Shell extensions are the hidden risk. Before installing any tool that advertises Explorer integration, check whether it's actively maintained and compatible with your Windows version. Old context menu tools in particular are notorious for causing instability.

4. Maintain free disk space. Keep at least 10 to 15% free on your system drive. VSS and Windows Backup both degrade badly when space gets tight. If you're also running a Time Machine-style backup on another device and want to understand how backup size estimates work, our article on Time Machine backup estimate explains the logic in a way that applies broadly.

5. Run SFC proactively. Don't wait for Explorer to start crashing. If you notice it getting slow or behaving oddly, run sfc /scannow before the problem gets worse. Catching corruption early means SFC can usually fix it without needing DISM.

6. Check drives after crashes. Any time Windows shuts down uncleanly (power cut, forced restart, BSOD), run a disk check on your system drive before assuming everything is fine. Filesystem errors from a bad shutdown can corrupt shell state files and cause exactly the kind of Explorer problems this article covers.

Backup Restore Explorer Windows: Summary

The core issue is that backup restore Explorer windows isn't something Windows handles natively. There's no built-in feature that saves your open folder layout and restores it after a crash or reboot. What you can do is fix the underlying instability (corrupted cache, damaged system files, dodgy shell extensions) so Explorer stops losing state in the first place, and then use dedicated backup clone software to create full system image backups that preserve your workspace for genuine disaster recovery.

Start with the quick fix: restart Explorer from Task Manager, clear the history, switch to This PC as default, reboot. That fixes it for the majority of people. If it comes back, run SFC and DISM. If it started after installing something new, clean boot testing will find the culprit fast. And if you want proper backup restore Explorer windows protection long-term, a full system image backup is the only reliable answer Windows gives you.

Frequently Asked Questions

No. Windows does not include a built-in feature to save and restore the full state of open File Explorer windows, including positions, tabs, and layout. You need to rely on third-party backup clone tools or manual workarounds to preserve your workspace reliably.

Corrupted Explorer cache, damaged shell state, or problematic Quick Access data can stop Explorer remembering window state between sessions. Clearing history, disabling recent items, and restarting Explorer from Task Manager usually fixes this.

Restart Windows Explorer from Task Manager using Ctrl+Shift+Esc, then clear File Explorer history in Control Panel under File Explorer Options. Set Explorer to open to This PC instead of Quick Access, then reboot. The whole process takes 5 to 10 minutes.

Yes. Run sfc /scannow first in an elevated Command Prompt. If SFC reports errors it cannot fix, follow up with DISM /Online /Cleanup-Image /RestoreHealth to repair the underlying system image. Do both before assuming hardware is at fault.

Absolutely. Shell extensions and third-party add-ons hook directly into Explorer and can destabilise it. If your problems started after installing new software, perform a clean boot to isolate the culprit before spending time on deeper fixes.