How to Reload Folders in File Explorer on Windows 11

Sometimes File Explorer doesn't update automatically. You rename a file and the old name still shows. You add a folder and it doesn't appear. You delete something and the ghost of it lingers in the list. This isn't a bug in the dramatic sense — it's a refresh timing issue, and knowing how to force a reload puts you back in control.

Why File Explorer Sometimes Needs a Manual Refresh

Windows 11's File Explorer relies on a system called shell notifications to detect changes in the file system and update the view. Most of the time this works seamlessly. But under certain conditions — heavy CPU load, network drive latency, synced cloud folders still processing, or simply a minor Explorer hiccup — the display lags behind reality.

The folder contents on screen are essentially a cached snapshot. Forcing a refresh tells Explorer to re-read the directory and redraw what's actually there.

The Fastest Ways to Reload a Folder in File Explorer

Keyboard Shortcut — F5

The most reliable and universal method is pressing F5 while File Explorer is in focus. This is the same refresh shortcut used in web browsers and has been part of Windows for decades. It forces an immediate re-read of the current folder's contents.

If you're on a compact keyboard or laptop where function keys are mapped to media controls, you may need to press Fn + F5 instead.

Right-Click the Empty Space — Refresh Option

If you prefer the mouse:

  1. Open the folder you want to reload
  2. Right-click on an empty area within the folder (not on a file or subfolder)
  3. Select Refresh from the context menu

This triggers the same action as F5. It's slightly slower but useful if you're already working with the mouse and don't want to switch.

Keyboard Shortcut — Ctrl + R

Ctrl + R is an alternative refresh shortcut that works in File Explorer on Windows 11. It's less commonly known than F5 but produces the same result. Useful for users who work on keyboards where F5 requires a function modifier.

Reloading the Entire File Explorer Window vs. a Single Folder

There's a distinction worth understanding here:

ActionWhat It Refreshes
F5 / Ctrl+R / Right-click RefreshCurrent folder view only
Restarting File Explorer processAll open windows and shell elements
Signing out and back inFull shell reload including taskbar

If refreshing the folder doesn't fix the display issue — for example, if the navigation pane (left sidebar) isn't updating, or if multiple windows are showing stale content — you may need to restart the Explorer process itself.

How to Restart the Explorer Process

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. In the Processes tab, scroll down to find Windows Explorer
  3. Right-click it and select Restart

Your taskbar and desktop will briefly disappear and reload. This is normal. The File Explorer process relaunches fresh, clearing any cached display state. 🔄

When the Problem Is Deeper Than a Refresh

A folder that consistently fails to update after refreshing — especially on network drives, NAS devices, or cloud-synced folders like OneDrive, Google Drive, or Dropbox — may have a different root cause.

Factors that affect how reliably folders update:

  • Network latency: On a slow or unstable network connection, the file system may not have finished writing changes when you look at the folder. A refresh may show different results depending on when you trigger it.
  • Cloud sync state: Cloud storage apps update your local folder view as part of their sync process. If the sync client is paused, throttled, or encountering an error, the folder view will lag regardless of how many times you refresh.
  • Mapped drive behavior: Mapped network drives under heavy load or using older SMB protocols can be slower to report changes to the shell notification system.
  • Third-party shell extensions: Some applications install shell extensions that hook into File Explorer. A poorly written extension can slow down or interfere with refresh behavior.

The AutoRefresh Setting and Registry Context 🖥️

Windows 11 inherits a configuration from older Windows versions where automatic folder refresh can technically be disabled via the registry. This is rare and usually only applies to systems where someone has deliberately modified this setting or where a management policy has been applied (common in enterprise environments).

If automatic refresh seems completely broken — not just occasionally slow — it's worth checking whether the NoDriveTypeAutoRun or related registry entries have been modified. This is more relevant in managed or corporate machines than personal home setups.

Variables That Shape Your Experience

How often you actually need to manually refresh — and which method works best — depends on factors that vary from one setup to the next:

  • Whether you're working locally or over a network
  • Which cloud storage client you use and its sync frequency
  • Your hardware's available resources (a CPU under sustained load handles shell notifications differently than an idle system)
  • Whether you're on a personal machine or a domain-managed device with policies that affect Explorer behavior
  • The version of Windows 11 you're running, since Microsoft has adjusted File Explorer behavior across feature updates (23H2, 24H2, etc.)

For most users on a standard home setup with local files, F5 is sufficient and the need to use it is occasional. For users working heavily with synced folders, shared drives, or large directories, the experience can differ meaningfully — and the right approach depends on what's actually causing the display lag in your specific environment.