Quick fix: Slow right-click is usually a buggy shell extension. Open ShellExView from NirSoft (free). Sort by Company, disable non-Microsoft extensions in batches of 3–5. Restart Explorer between batches. The one whose disable fixes speed is the culprit.
Right-click on a file or folder. Context menu takes 2–10 seconds to appear. Common causes: corrupted/old shell extension, OneDrive integration lag, antivirus context menu hook, or outdated archive tool extension.
Affects: Windows 11 (and Windows 10) with shell extensions.
Fix time: ~15 minutes.
What causes this
Right-click context menu is built dynamically: Windows asks each registered shell extension “do you want to add an entry?” A buggy or slow extension blocks the menu rendering until it responds (or times out). Common offenders: outdated archive tools (WinRAR <6.0, 7-Zip older versions), antivirus “Scan with X” entries, cloud sync (OneDrive, Dropbox, Box) extensions, OEM utilities (Lenovo Vantage, HP Support).
Method 1: Disable suspect shell extensions via ShellExView
The diagnostic.
- Download ShellExView from nirsoft.net/utils/shexview.html. Free.
- Run as administrator.
- Click Options → Filter by Extension Type → tick Context Menu.
- Click Company column to sort. Non-Microsoft entries near top.
- Select 3–5 non-Microsoft extensions. Right-click → Disable Selected Items.
- Restart Explorer: Task Manager → right-click Windows Explorer → Restart.
- Test right-click. If fast: one of those was the culprit. Re-enable in smaller batches to identify exact one.
- If still slow: disable next batch.
- For confirmed offender: keep disabled, or update the parent software. Sometimes newer version is OK.
This identifies and isolates the culprit.
Method 2: Common offenders to check first
Skip to known-bad ones.
- OneDrive: outdated OneDrive shell extension hangs on cloud-only file checks. Update OneDrive: launch from Start, profile icon → Settings → About → Update.
- Dropbox: similar. Update Dropbox client.
- Google Drive (formerly Backup & Sync): heavy shell extension. Update via Google Drive client.
- Antivirus “Scan with”: Norton, McAfee, Avast add Scan menu entry. Disable: vendor app settings → Shell integration → off. Or ShellExView disable.
- Archive tools: WinRAR pre-6, 7-Zip pre-21, PeaZip older versions. Update to current.
- OEM utilities: HP Support Assistant, Lenovo Vantage, Dell SupportAssist. Disable Shell integration in their settings.
- Adobe Creative Cloud: Adobe shell extension is heavy. Disable via Creative Cloud → File Sync settings.
- For chronic Office shell extensions: disable in Word/Excel via File → Options → Add-Ins → COM Add-ins.
Targeting common bad actors first saves time.
Method 3: Reset context menu to defaults
For when many extensions accumulated.
- Open Registry Editor.
- Backup current state: File → Export → All. Save somewhere safe.
- Navigate to
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers. List of all generic-file context menu extensions. - For each suspect non-Microsoft entry: rename (don’t delete) by adding “-disabled” suffix. Allows revert.
- Repeat for
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers(folder right-click) andHKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers(desktop right-click). - Restart Explorer. Test right-click. If fast: re-enable specific ones to find offender.
- For nuclear reset: delete all non-Microsoft entries (caution — may break some app integrations). Restore from registry backup if needed.
- For Windows 11’s “Show more options” legacy menu: extensions there are slower than the modern Windows 11 menu. Disable in registry under the same paths.
This is the manual deep clean.
How to verify the fix worked
- Right-click on a file. Context menu appears within 200 ms (instant feel).
- Right-click on folders, desktop — all fast.
- Open ShellExView → verify the disabled extensions stay disabled across reboots.
If none of these work
If context menu still slow: Profile corruption: sign in to a different user. If right-click is fast there, original profile is broken. Create new profile, migrate files. System file corruption: sfc /scannow followed by DISM /Online /Cleanup-Image /RestoreHealth. Failing disk: slow drive causes right-click delays. CrystalDiskInfo check. For folder-specific slowness: folder might have many files, triggering thumbnail/property generation on right-click. Disable thumbnails: Folder Options → View → tick “Always show icons, never thumbnails.” For OneDrive Files On-Demand folders: cloud-only file right-click is intrinsically slow. Mark folders as Always keep on this device.
Bottom line: ShellExView identifies non-Microsoft context menu extensions. Disable in batches; restart Explorer between batches. Common offenders: OneDrive, cloud sync, antivirus, archive tools, OEM utilities.