UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 file properties dialog showing missing Previous Versions tab, clean modern desktop setup with focused blue lighting on monitor screen
Fix It Yourself · Troubleshooting

Windows 11 previous versions tab missing file properties

Updated 7 June 20269 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

This one shows up constantly in support tickets. You right-click a file to check the previous versions tab and it's just gone. Or worse, it's there but completely empty. Either way, you can't restore older versions of files or folders, which defeats half the point of having Windows 11 in the first place.

TL;DR

The previous versions tab missing issue usually means System Protection is disabled or the shell extension got nuked by a cleanup tool. Enable System Protection, create a restore point, then verify the tab reappears. If not, restore the registry entries. Most fixes take under 30 minutes.

⏱️ 14 min read✅ 85% success rate📅 Updated May 2026

Key Takeaways

  • System Protection disabled by default on many OEM machines is the most common cause
  • Third-party debloat tools frequently remove the Previous Versions shell extension
  • Enabling backups (System Protection or File History) restores the tab and actual restore functionality
  • Registry restoration can fix the shell extension if cleanup tools removed it
  • Group Policy in corporate environments may override these settings

At a Glance

  • Difficulty: Intermediate
  • Time Required: 30 mins
  • Success Rate: 85% of users
  • Risk Level: Low (easily reversible)

What Causes Previous Versions Tab Missing in Windows 11?

There are two separate problems hiding under the same symptom. The tab might be completely absent from the Properties dialog, or it might be there but greyed out saying "There are no previous versions available." These need different fixes, so it's worth understanding what's actually broken.

Start with the obvious: Windows 11 ships with System Protection switched off on most OEM systems, especially non-system drives. Without System Protection running, there are no restore points. Without restore points, there's nothing to show in the Previous Versions tab. Some manufacturers enable it, most don't. It's not malicious, just a default choice.

But here's where it gets messier. The actual Previous Versions tab itself is a shell extension controlled by a specific registry entry with CLSID {596AB062-B4D2-4215-9F74-E9109B0A8153}. If that registry key gets deleted, the tab vanishes entirely, even if System Protection is running. And guess what loves to delete it? Every system optimisation tool, debloat script, and privacy utility on the planet. They see "Previous Versions context menu" and think "bloat." One run of the wrong tool and the whole feature is gone.

There's also the Group Policy angle, particularly in corporate and education environments across the UK. Administrators lock down Previous Versions intentionally to control restore behaviour or prevent users from accessing old file versions. You won't see the tab at all, and no registry fiddling will fix it if a domain policy is blocking it.

Why This Matters More Than You Think

Losing Previous Versions access isn't just inconvenient. It means you've lost automatic backup recovery. If you accidentally delete a file, overwrite it with junk, or get hit with corruption, Previous Versions is often your only lifeline without restoring the entire system from a backup image. System Protection runs in the background and costs basically nothing. File History creates regular snapshots of your Documents, Desktop, and Pictures folders. Both are genuinely useful. Most people just don't realise they're disabled until they need them.

Previous Versions Tab Missing: Quick Fix

1

Enable System Protection Easy

  1. Open System Protection settings
    Press the Windows key, type Create a restore point, and press Enter. You'll land in System Properties on the System Protection tab.
  2. Select your drive and enable protection
    Under "Protection Settings", you'll see your C: drive (and any others). If it says "Off" in the Status column, click that drive and then click "Configure". Select "Turn on system protection", set the disk space slider to at least 5-10% of your drive capacity (a 500GB drive would be 25-50GB), and click OK.
  3. Create your first restore point
    Back in System Protection, click "Create". Type something like "Initial restore point" and click Create. Wait for it to finish (usually takes a minute or two).
  4. Check the Previous Versions tab
    Right-click any file on your C: drive, pick Properties, and look for the "Previous Versions" tab. It should be there now. Note: versions won't show up until files actually change after the restore point was created.
If the tab appears, you're done. If it's still missing, move to Solution 2 below.
Why this works: System Protection creates restore points automatically at regular intervals and when you make system changes. The restore points contain shadow copies of your files. Without restore points, there's nothing to show in the Previous Versions tab, and Windows actually hides the tab entirely in some cases. Enabling System Protection fixes both problems.

If System Protection Didn't Work: Restore the Shell Extension

If you enabled System Protection, created a restore point, and the Previous Versions tab is still completely missing, then the problem is the shell extension itself. A cleanup tool or script deleted the registry entries that tell Windows to display the tab. This is fixable but requires a registry edit.

2

Restore Previous Versions Shell Extension via Registry Intermediate

  1. Create a safety restore point first
    Before touching the registry, make sure you have a way back. Open System Protection again (Windows key + "Create a restore point"), click "Create", name it "Before Previous Versions Registry Fix", and wait for it to finish. This is genuinely important.
  2. Open Notepad and create the registry script
    Open Notepad. Paste this exactly, including every bracket and comma: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}] [HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
  3. Save the file as a .reg file
    In Notepad, click File → Save As. Change "Save as type" from "Text Documents" to "All Files". Type the filename as enable_previous_versions.reg and save it somewhere you can find it easily (Desktop is fine).
  4. Merge the registry file
    Right-click the enable_previous_versions.reg file you just created. Select "Merge". When Windows asks if you want to add this information to the registry, click "Yes". You'll see a confirmation that the keys were successfully added.
  5. Restart Windows Explorer
    Open Task Manager (Ctrl+Shift+Esc), find "Windows Explorer" in the list, right-click it, and select "Restart". Or just restart your computer, which is the nuclear option but also the most reliable.
  6. Verify the tab is back
    Right-click any file or folder, select Properties, and confirm the Previous Versions tab is now visible.
The shell extension is restored. The tab should appear even if System Protection is off (though versions still won't show without System Protection enabled).
Warning: If you run the same debloat or optimisation tool that removed these registry entries in the first place, it'll delete them again. Either uninstall the tool, configure it to exclude shell extensions, or stop using it entirely.

Alternative Fix: Enable File History for User Files

System Protection is good for system-wide recovery, but if you want more frequent snapshots of your user files (Documents, Desktop, Pictures), File History is the way to go. It keeps hourly or custom-interval copies of files in your user folders.

3

Enable File History Easy

  1. Connect an external drive or use secondary internal drive
    File History needs a separate drive to store backups. Connect a USB external drive with adequate free space (how much depends on your file volume, but aim for at least 10-20GB for a typical user setup). You can also use a secondary internal drive if you have one.
  2. Open File History settings
    Open Control Panel (search "Control Panel" in Windows search), change "View by" to "Large icons", and click "File History". Alternatively, just search "File History" directly.
  3. Enable File History
    Click "Turn on". Windows will detect your external drive and select it automatically. If multiple drives are available, click "Select drive" to pick the right one.
  4. Adjust backup frequency (optional)
    Click "Advanced settings" to change how often File History saves copies (default is hourly) or how long it keeps them. You can also exclude specific folders if needed. Most people just leave defaults.
  5. Run initial backup and check
    Click "Run now" to force an immediate backup. Once it finishes, right-click a file in Documents or Desktop, select Properties, and check the Previous Versions tab. You should see snapshots from File History.
File History is now running. The Previous Versions tab will show snapshots of your user files, separate from System Protection restore points.
Why both? You can run System Protection and File History at the same time. System Protection covers system files and everything on your drive. File History focuses on user library files but keeps more frequent snapshots (hourly by default). They complement each other.

If You're in a Corporate Environment

If you're on a domain-joined machine in a UK corporate or education setting, Previous Versions might be disabled via Group Policy and no amount of registry editing will fix it. Group Policy always wins. Your IT department has intentionally locked this down. You have three options: contact them to request an exception (explain you need file recovery), ask what backup solution they provide instead, or accept that the feature isn't available and use alternative backup tools.

To check if Group Policy is blocking it, press Windows+R, type gpedit.msc, and press Enter. Navigate to Computer Configuration → Administrative Templates → System → System Restore. If "Disable System Restore" shows "Enabled", that's your answer. Same check in User Configuration if it's user-level blocking. But honestly, if you see that, Group Policy is the issue and you need to talk to your IT team.

4

Check Volume Shadow Copy Service Status Advanced

  1. Open Services
    Press Windows+R, type services.msc, and press Enter.
  2. Locate Volume Shadow Copy Service
    Scroll down and find "Volume Shadow Copy Service" (not the VSS Writer, the main service). Check the Status column.
  3. Verify it's running and set to automatic
    If Status shows "Running" and Startup Type shows "Automatic", you're fine. If it shows "Stopped" or "Disabled", right-click it and select "Properties". Set Startup type to "Automatic" and click "Start" under Service status. Click OK.
  4. Verify related services
    While you're in Services, check that these are also running and set to Automatic: COM+ Event System, RPC Endpoint Mapper, and Remote Procedure Call. These are dependencies VSS needs.
  5. Reboot and test
    Restart your computer. After reboot, create a test file, change it, and check if Previous Versions shows up on the file after a few minutes.
VSS is now active and System Protection can create shadow copies.
Some aggressive debloat tools disable Volume Shadow Copy Service thinking it's bloat. If it was off, that's probably why System Protection wasn't working even though it appeared enabled.

Preventing Previous Versions Tab Missing in Future

Once you've fixed this, don't let it happen again. The prevention is straightforward but requires some discipline.

Enable System Protection immediately after setting up Windows. Don't wait. Do it before installing anything, before running any optimisation tools, before you forget. It takes five minutes and saves endless grief later. Allocate 5-10% of drive space and let it run.

Avoid debloat scripts and aggressive cleanup tools. This is the single biggest culprit. Tools like O&O CleanUp, CCleaner in aggressive mode, and various "Windows optimiser" scripts love to remove shell extensions and disable VSS. If you must use them, research what they remove first. Better yet, just don't use them. Modern Windows 11 is already pretty lean out of the box.

If you use File History, test it quarterly. Connect the backup drive, run a backup manually, and verify files appear in Previous Versions. A backup that never gets tested is just wasted storage space.

Document what you change or disable. If you run a registry edit or disable a service, write it down. Then you'll remember why it's off if something breaks later.

Previous Versions Tab Missing: Summary

The previous versions tab missing in Windows 11 comes down to three fixable causes: System Protection disabled (most common), the shell extension deleted by cleanup tools, or Group Policy restrictions in corporate environments. Enabling System Protection takes five minutes and restores the functionality for 85% of cases. If that doesn't work, the registry script restores the shell extension. File History provides an alternative backup mechanism if you want more frequent snapshots of user files. Prevent this in future by enabling System Protection on day one and avoiding aggressive debloat tools. Most importantly, if you ever need Previous Versions and it's not there, now you know exactly how to get it back.

Frequently Asked Questions

This means the shell extension is installed but no backup snapshots exist yet. You need to enable System Protection and create restore points, or enable File History and let it run at least once. Previous versions only appear after backup mechanisms have created snapshots and files have changed since then.

No, not noticeably. System Protection uses Volume Shadow Copy Service in the background with minimal performance impact. The main cost is disk space (typically 5-10% of drive capacity). On SSDs the overhead is negligible. You might see brief activity when restore points are created, but this happens infrequently.

Not for System Protection. It creates restore points on the same drive without external storage. File History does require a separate drive (external USB or secondary internal). For comprehensive protection, System Protection alone works fine, though File History offers more frequent snapshots of user files.

Most optimisation and debloat tools remove the Previous Versions shell extension (CLSID {596AB062-B4D2-4215-9F74-E9109B0A8153}) by deleting registry entries to reduce right-click clutter. You can restore it with the registry script in Solution 2, but the tool may remove it again unless you configure exclusions or avoid running it repeatedly.

Previous Versions on network drives depends on whether the server has shadow copies enabled. OneDrive has its own separate version history in OneDrive.com or the app. Local System Protection and File History only apply to local drives, not cloud storage or network shares.