UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 File Explorer open on a modern desk showing a missing Videos folder error in the navigation pane
Fix It Yourself · Troubleshooting

Videos folder missing Windows 11

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

You open File Explorer, go to look for your Videos folder, and it's just... not there. No icon, no shortcut, nothing. If you're dealing with a videos folder missing Windows 11 situation right now, you're not alone. This comes up almost every single day in our remote support sessions, and honestly? The fix is usually simpler than people expect. Let's get it sorted.

TL;DR

A videos folder missing Windows 11 problem is almost always caused by OneDrive redirecting the folder, a hidden folder setting, or a broken known-folder path in the registry. Start by searching for the folder in File Explorer and checking your OneDrive location. If that doesn't work, use the Settings storage page or fix the registry entry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders.

⏱️ 13 min read ✅ 85% success rate 📅 Updated August 2026

Key Takeaways

  • Videos folder missing Windows 11 is usually caused by OneDrive redirection, a hidden folder setting, or a corrupted known-folder path.
  • Check C:\Users\YourName\OneDrive\Videos before assuming the folder is deleted.
  • The Settings storage page can restore the known folder path without touching the registry.
  • The registry fix at User Shell Folders works when everything else fails, but always create a restore point first.
  • Run sfc /scannow if you suspect system-file corruption is involved.

At a Glance

  • Difficulty: Easy to Medium
  • Time Required: 5 to 30 mins
  • Success Rate: 85% of users fixed with Quick Fix or Intermediate steps

What Actually Causes Videos Folder Missing Windows 11?

Here's the thing: Windows 11 treats certain folders (Videos, Documents, Pictures, Downloads) as what Microsoft calls "known folders". These aren't just regular folders sitting on your drive. They're registered with the operating system via a set of registry entries under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. When that registration breaks or points somewhere unexpected, the folder can vanish from File Explorer's sidebar and from This PC entirely, even if the actual files are still sitting on your drive perfectly intact.

The most common culprit we see? OneDrive. When you enable the folder backup feature in OneDrive, it physically moves your Videos folder from C:\Users\YourName\Videos to C:\Users\YourName\OneDrive\Videos and updates the registry pointer to match. That's fine while OneDrive is running and synced. But if you later change your OneDrive settings, sign out of OneDrive, or reinstall Windows without accounting for this, the pointer can end up broken or pointing to a path that no longer exists. The folder disappears from view even though your videos might be sitting in the OneDrive folder completely untouched.

Windows updates are another trigger. Major feature updates occasionally reset or overwrite shell folder settings, especially if something in your user profile was already slightly non-standard. We've also seen third-party cleanup tools (CCleaner is a repeat offender here) aggressively hiding or moving known folders when they're not supposed to. And of course, sometimes people accidentally drag the Videos folder somewhere else while tidying up their drives. It happens more than you'd think.

Less commonly, genuine user-profile corruption or system-file damage can break the shell's ability to display known folders correctly. That's the scenario that needs the sfc /scannow repair, and we'll cover that in the advanced section. But don't jump straight there. Nine times out of ten, the folder is just hidden or sitting in the wrong place, and the fix takes under five minutes.

One more thing worth knowing: the Videos folder being missing from the sidebar doesn't necessarily mean your files are gone. The shortcut in File Explorer's navigation pane is separate from the actual folder on disk. So even if the shortcut has vanished, your videos may still be sitting exactly where you left them. The search steps below will confirm that quickly.

Videos Folder Missing Windows 11: Quick Fix

Start here. This catches the majority of cases and takes about five minutes.

1

Search and Unhide the Folder Easy

  1. Search in File Explorer
    Open File Explorer and click in the search box at the top right. Type Videos and wait for results. Also try searching for a specific video filename you know exists. If the folder shows up in results, it's just been moved or the sidebar shortcut is missing. Right-click the result and choose Open file location to find where it ended up.
  2. Check your OneDrive path
    In File Explorer, navigate manually to C:\Users\YourName\OneDrive\Videos (swap YourName for your actual Windows username). If your videos are sitting there, OneDrive redirected the folder. That's good news. Your files are safe. We'll fix the path properly in the next section.
  3. Turn on hidden items
    In File Explorer, click the View menu at the top, hover over Show, and make sure Hidden items has a tick next to it. Sometimes the Videos folder gets marked as hidden after an update or by a cleanup tool, and this one toggle is all you need.
  4. Restart File Explorer
    Press Ctrl+Shift+Esc to open Task Manager. Find Windows Explorer in the Processes list, right-click it, and choose Restart. This refreshes the shell view and sometimes makes a missing folder reappear immediately. If it doesn't, sign out of your Windows account and sign back in.
If the folder reappears after any of these steps, you're done. If not, move to the intermediate fix below.
If you recently ran a cleanup tool or changed your OneDrive settings before the folder disappeared, that's almost certainly the cause. The intermediate fix below handles both of those scenarios directly.

More Videos Folder Missing Windows 11 Solutions

If the quick check didn't sort it, the problem is most likely a redirected save location or OneDrive's folder backup feature moving things around without making it obvious. These steps fix both.

2

Fix the Save Location in Settings Easy

  1. Open the storage settings page
    Press the Windows key, open Settings, go to System, then Storage. Scroll down and click Advanced storage settings, then click Where new content is saved.
  2. Check the Videos save location
    Look at the dropdown labelled New videos will save to. If it shows an unexpected drive letter, a network path, or anything OneDrive-related, that's your problem. The known-folder path has been redirected.
  3. Switch and switch back
    Change the dropdown to a different option (any other drive), click Apply, then change it back to your local C: drive and click Apply again. This forces Windows to re-register the known folder path. Microsoft actually recommends this toggle approach for restoring missing media folders. See the Microsoft support page on finding lost files for more detail on this behaviour.
  4. Verify
    Open File Explorer and check whether Videos has reappeared in the left sidebar under This PC. If yes, sorted. If the folder is there but empty, your files may be in the OneDrive path from step 2 of the quick fix. You can move them back manually.
Videos folder back in the sidebar with your files intact? You're done.
3

Fix OneDrive Folder Backup Redirection Easy

  1. Open OneDrive settings
    Click the OneDrive cloud icon in the system tray (bottom right of your taskbar). Click the gear icon, then Settings. If you don't see the cloud icon, search for OneDrive in the Start menu and open it first.
  2. Go to Sync and backup
    In the OneDrive settings window, click the Sync and backup tab, then click Manage backup.
  3. Check whether Videos is being backed up
    You'll see toggles for Desktop, Documents, Pictures, Videos, and Music. If Videos shows as On, OneDrive has moved the folder under its own profile path. According to Microsoft's OneDrive backup documentation, toggling this off will prompt Windows to move the folder back to its original local location.
  4. Toggle it off and follow the prompts
    Turn the Videos backup toggle off. Windows will ask whether you want to keep the files in OneDrive or move them back to your local Videos folder. Choose to move them back. This can take a minute or two if you have a lot of video files.
  5. Verify
    Open File Explorer. The Videos folder should now appear under This PC pointing to C:\Users\YourName\Videos. Check that your files are inside it.
If your files are back in the local Videos folder, you're sorted. Keep reading the prevention section to stop this happening again after the next Windows update.
This OneDrive redirection issue is also something we see with the Documents and Pictures folders. If you notice those missing too, the same OneDrive backup toggle fix applies to all of them. You can also check our guide to OneDrive sync problems on Windows 11 if OneDrive itself is behaving oddly beyond just the folder paths.

Advanced Videos Folder Missing Windows 11 Fixes

Still not sorted? At this point, the known-folder registry entry is either pointing to a path that doesn't exist, or there's some system-file corruption involved. Both are fixable. Just don't skip the restore point step. Seriously.

4

Fix the Registry Known-Folder Path Advanced

  1. Create a restore point first
    Press the Windows key, search for Create a restore point, and open it. Click Create, give it a name like "Before Videos folder fix", and let it finish. This takes a couple of minutes and gives you a safety net if anything goes wrong in the registry.
  2. Open Registry Editor
    Press Windows + R, type regedit, and press Enter. Click Yes on the UAC prompt.
  3. Navigate to User Shell Folders
    In the left panel, expand the tree to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. This is where Windows stores the paths for all known folders including Videos.
  4. Find and fix the Videos entry
    In the right panel, look for an entry named My Video. Double-click it. The value data should read exactly %USERPROFILE%\Videos. If it shows a different path (an OneDrive path, a path to a drive that no longer exists, or anything else), clear it and type %USERPROFILE%\Videos. Click OK.
  5. Restart Windows
    A full restart is needed here, not just a File Explorer restart. Sign out and back in at minimum, but a proper reboot is better. This one often needs a second reboot before it sticks if your profile was in a particularly dodgy state.
  6. Verify the fix
    After restarting, open File Explorer and check that Videos appears under This PC. Navigate to C:\Users\YourName\Videos to confirm the folder exists on disk. If it's there but empty, your files may still be in the old redirected location and can be moved back manually.
Do not edit any other registry entries while you're in here. The User Shell Folders key controls a lot of Windows behaviour and incorrect values can cause other folders to go missing too.
5

Repair System Files with SFC Intermediate

  1. Open Command Prompt as administrator
    Press the Windows key, search for Command Prompt, right-click it, and choose Run as administrator. Click Yes on the UAC prompt.
  2. Run the system file checker
    Type sfc /scannow and press Enter. This scans all protected system files and replaces corrupted ones with cached copies. It takes around 10 to 15 minutes. Don't close the window while it's running. According to Microsoft's SFC documentation, this command can fix shell-related corruption that causes known folders to behave incorrectly.
  3. Restart and check
    Once SFC finishes, restart Windows and check whether the Videos folder has reappeared. If SFC found and fixed corruption, you should see a message saying "Windows Resource Protection found corrupt files and successfully repaired them."
If SFC repaired files and the folder is back, you're done. If SFC says it found corruption but couldn't fix it, run DISM first: open an admin Command Prompt and run DISM /Online /Cleanup-Image /RestoreHealth, then run sfc /scannow again.
If the Videos folder was genuinely deleted rather than hidden or redirected, right-click the parent folder (C:\Users\YourName) and choose Properties, then the Previous Versions tab. You may be able to restore an earlier version of the folder with your files intact. This only works if File History or System Protection was enabled before the deletion. If you need help with file recovery beyond this, see our guide to recovering deleted files in Windows 11.

Preventing Videos Folder Missing Windows 11 in Future

The most important thing you can do is decide right now whether you want your Videos folder to be local or OneDrive-backed, and then stick to that decision. Mixing the two (turning OneDrive backup on, then off, then on again) is what creates the broken registry paths in the first place. Pick one approach and keep it consistent.

If you do use OneDrive to back up your Videos folder, make a note of it somewhere. That way, if the folder seems to disappear after a Windows update, you'll know to check C:\Users\YourName\OneDrive\Videos first rather than panicking. It's also worth reviewing your OneDrive folder backup settings after every major Windows feature update, because updates occasionally reset these settings or create conflicts with the existing configuration.

A few other things worth doing:

  1. Create a restore point before any major changes. Before you change save locations, edit registry entries, or run cleanup tools, take two minutes to create a restore point. It's the single best safety net for this kind of problem.
  2. Be careful with cleanup tools. CCleaner, BleachBit, and similar tools can hide or move known folders if configured aggressively. Check their settings before running a deep clean.
  3. Don't manually drag known folders. Moving the Videos folder by dragging it in File Explorer doesn't update the registry pointer. The folder moves but the shortcut breaks. If you want to change where Videos lives, use the Settings storage page or right-click the folder, go to Properties, then Location, and use the Move button there.
  4. Keep regular backups. If the folder ever gets genuinely deleted, a backup is the only guaranteed way to get your files back. Windows File History is built-in and free. Turn it on if you haven't already.

And if you're managing a PC for someone else, or you've had this problem happen on a work machine, it's worth checking whether group policy or an MDM solution is redirecting known folders as part of a deployment. That's a different fix entirely, and usually something the IT admin needs to handle at the policy level. For home users though, the steps above cover every scenario we regularly encounter. You can also check our guide to common File Explorer problems in Windows 11 if you're seeing other odd behaviour in the file browser alongside this.

Videos Folder Missing Windows 11: Summary

So to recap: a videos folder missing Windows 11 situation is almost never as bad as it looks. The folder is usually still on your drive, just hidden, redirected by OneDrive, or pointing to a broken path in the registry. Start with the search and hidden-items check, then look at the OneDrive path, then use the Settings storage page to reset the save location. Only go near the registry if those three steps don't work. And if the folder was genuinely deleted, Previous Versions or File History is your best bet for getting files back. Most people are sorted within ten minutes. Good luck.

Frequently Asked Questions

It usually happens because the known-folder path was moved or corrupted, the folder was hidden or removed from File Explorer, or the files were redirected to OneDrive or another location. Windows updates and cleanup tools are common triggers.

Not necessarily. If it was only hidden or redirected, it still exists on disk and can be restored using the fixes in this guide. If it was actually deleted, you may need Previous Versions or a file recovery tool.

Look under C:\Users\YourName\OneDrive\Videos instead of C:\Users\YourName\Videos, and review your OneDrive folder backup settings in the OneDrive system tray icon.

The Videos known-folder path is stored at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. The default value should be %USERPROFILE%\Videos.

Only as a last resort, and always create a system restore point first. Try the quick fix and the Settings-level fixes before touching the registry. Most cases are sorted without going near regedit.