Quick fix: Slow right-click usually from third-party shell extensions hooking the menu. Install ShellExView (NirSoft, free). Disable non-Microsoft extensions one by one. Test after each. Specific culprits: NVIDIA right-click menu, OneDrive context menu, antivirus right-click scan, Visual Studio Code Open With.
Right-click context menu can lag if third-party shell extensions take too long to load. Common culprits: NVIDIA, Adobe, antivirus, cloud sync clients. Disable suspect extensions.
Affects: Windows 11.
Fix time: ~15 minutes.
What causes this
Each right-click queries all registered shell extensions. Each can add items, take time. Slow extensions:
- NVIDIA Control Panel right-click menu.
- OneDrive context menu items.
- Third-party AV (right-click scan).
- Cloud sync (Dropbox, Box, OneDrive).
- Open With VS Code.
- Adobe Acrobat Pro.
- Specific archive tools (WinRAR, 7-Zip).
Method 1: Use ShellExView to disable extensions
The standard route.
- Download ShellExView from nirsoft.net. Free.
- Run as Admin.
- Lists all installed shell extensions.
- Sort by Microsoft column. Microsoft = Yes are trusted.
- Look at Microsoft = No (third-party).
- Disable one at a time:
- Right-click extension → Disable Selected Items.
- Restart Explorer (Task Manager → right-click Windows Explorer → Restart).
- Test right-click. Faster?
- If yes: leave that disabled. Re-enable others.
- If no: re-enable that one, disable next.
- Identify the culprit.
This is the diagnostic.
Method 2: Common quick wins
For known offenders.
- NVIDIA Control Panel: ShellExView → disable nvCpl. Saves seconds.
- OneDrive right-click: Settings → Apps → OneDrive → Advanced options → Reset (mild) or uninstall (deep).
- Third-party AV right-click scan: AV settings → disable context menu integration.
- Adobe Acrobat right-click: ShellExView → disable Adobe Acrobat shell extensions.
- WinRAR / 7-Zip menu items: in respective tool’s settings → integrate / cascade options. Or disable specific menu items.
- VS Code Open With: uninstall VS Code right-click integration. Reinstall without integration option.
- Cloud sync clients: Dropbox, Box, Google Drive. Each adds context menu. Disable in respective app settings.
This is the targeted route.
Method 3: Restore classic right-click menu (faster)
For Windows 11 specifically.
- Windows 11 introduced a simplified context menu. The new menu is faster than legacy but loses some items.
- To switch to classic (full but slower if extensions installed): registry tweak.
- Open Admin cmd. Run:
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /veRestart Explorer.
- Now full classic menu shows. If slow: identify and disable extensions (Method 1).
- For just modern Win11 menu (faster): keep default. Use Shift+F10 for occasional full menu access.
- For chronic slow: reduce installed apps with shell extensions.
- Combined: Windows 11 menu + minimal extensions = fastest.
This is the modern vs classic.
How to verify the fix worked
- Right-click responds within 200ms.
- No visible delay.
- ShellExView shows fewer enabled non-Microsoft extensions.
- Explorer feels responsive overall.
If none of these work
If still slow: Specific app with own context menu: identify via ShellExView. For chronic Explorer slowness: sfc /scannow + DISM. For corrupt user profile: try new user, test. For low-memory systems: 4-8GB RAM tight with Win11. Upgrade. For specific drive (network share): right-click on network items slow. Network latency. Map drive to local letter helps. For HDD instead of SSD: shell extension load time. Upgrade to SSD. For corporate-managed PCs: IT-deployed extensions. Contact IT. Last resort: clean Windows install: removes accumulated extension cruft.
Bottom line: ShellExView (NirSoft) to disable third-party shell extensions one at a time. Common culprits: NVIDIA, OneDrive, AV, Adobe. Use Win11’s modern menu (faster than classic) and minimize installed extensions.