ShellEx.info
SX
ShellEx.info · About

WinRAR, 7-Zip, or PeaZip slowing right-click? Fix archiver menu lag

Published September 2026, Windows 11 24H2 / 25H2 and Windows 10

You right-click a folder and wait two to five seconds. The menu finally opens with “Extract here”, “Add to archive”, or a PeaZip cascade. That delay is almost never “Windows being slow.” It is the archiver shell extension doing work inside explorer.exe before the menu can show.

This guide isolates WinRAR (rarext.dll / rarext64.dll), 7-Zip (7-zip.dll), and PeaZip handlers, then shows how to disable each one without giving up the program itself.

Windows Explorer right-click lag caused by archive shell extensions

Why archive tools hit every right-click

Context menu handlers implement IContextMenu (and often IShellExtInit). Explorer loads them when you right-click files, folders, or drives. Archivers commonly:

  1. Probe file extensions against a long list of formats.
  2. Open archive headers to decide which submenu items to show.
  3. Query icon resources for cascade menus.
  4. Touch network paths or locked files, then wait on timeouts.

On Windows 11, the compact menu appears first. The full cascade (WinRAR Extract, 7-Zip, PeaZip) often lives under Show more options. A slow handler still runs during that path, so both menus can feel sticky. On 24H2 and 25H2, users report the same pattern: modern menu is fine until an old 32-bit or outdated 64-bit archiver DLL stalls COM.

Typical DLL names:

ProductCommon DLL / handlerUsual install path
WinRARrarext.dll, rarext64.dllC:\Program Files\WinRAR\
7-Zip7-zip.dllC:\Program Files\7-Zip\
PeaZipPeaZip context menu / peazip related handlersC:\Program Files\PeaZip\

If more than one archiver is installed, Explorer may call all of them. Two slow handlers stack.

Confirm the archiver is the problem

Do this before changing settings:

  1. Right-click a plain .txt file on a local disk (not a ZIP, RAR, or network share). Time the delay.
  2. Right-click a .zip or .rar file. Compare.
  3. Right-click empty space on the desktop. Desktop background handlers are a different set; if lag only happens on files, you are in archiver territory.

If lag is worse on archives, the handler is likely reading headers. If lag is the same on every file type, the handler still registered for * or AllFilesystemObjects and runs everywhere.

For a broader menu lag checklist, see Windows 11 context menu slow fix. To rule out crashes instead of delays, use Find which shell extension is crashing Explorer.

Method 1: Turn off shell integration in the app

Prefer the vendor toggle when it exists. It survives app updates better than a forgotten ShellExView disable.

WinRAR

  1. Open WinRAR.
  2. Go to Options → Settings → Integration (wording can vary slightly by version).
  3. Clear Shell integration / context menu related boxes you do not need (cascaded menus, Extract here, Add to archive).
  4. Apply, then restart Explorer: Task Manager → right-click Windows ExplorerRestart.
  5. Test right-click on a folder and on a ZIP.

If your build has no clear toggle, use ShellExView below and disable rarext64.dll (64-bit Windows).

7-Zip

  1. Open 7-Zip File Manager.
  2. Tools → Options → 7-Zip.
  3. Under context menu options, uncheck items you do not use, or clear cascading menu / all 7-Zip menu integration if the version offers a master switch.
  4. OK, restart Explorer, retest.

7-Zip’s 7-zip.dll is usually the only shell piece. Disabling it in ShellExView is equivalent to removing the menu without uninstalling 7-Zip.

PeaZip

  1. Open PeaZip.
  2. Open system integration / context menu settings (often under Options or the installer “System integration” screen if you re-run setup).
  3. Disable context menu / SendTo entries you do not need.
  4. Restart Explorer and test.

PeaZip sometimes leaves SendTo shortcuts even after menu disable. Those do not slow right-click the same way a COM handler does; focus on the shell extension entry in ShellExView.

Method 2: Disable with ShellExView (precise)

Download ShellExView from NirSoft (or use your existing copy). Run as Administrator.

  1. Options → Hide All Microsoft Extensions.
  2. Click the Extension Name or Filename column to sort.
  3. Find:
    • WinRAR: rarext.dll / rarext64.dll / “WinRAR” in the product or description column.
    • 7-Zip: 7-zip.dll.
    • PeaZip: entries mentioning PeaZip under Type Context Menu.
  4. Select the archiver handler → press F7 (Disable).
  5. File → Restart Explorer.
  6. Right-click again and time the menu.

Verify unknown DLLs in the DLL checker if the filename looks unfamiliar.

If you use two archivers, disable one, test, then the other. Keep the one you actually open from the Start menu; drop the menu of the second copy.

Method 3: Binary search when several tools fight

If you also have Dropbox, antivirus, NVIDIA Control Panel, and Office handlers, do not guess. Use binary search:

  1. In ShellExView, hide Microsoft extensions.
  2. Select the top half of non-Microsoft context menu handlers → F7.
  3. Restart Explorer. Test right-click.
  4. If lag is gone, the culprit is in the disabled half. Re-enable half of that group and repeat.
  5. If lag remains, the culprit is still enabled. Disable half of the remaining set.
  6. Narrow until one DLL explains the delay.

With ~32 third-party handlers, you finish in about five rounds. This is the same approach as in Disable shell extensions on Windows 11.

When the survivor is rarext64.dll, 7-zip.dll, or a PeaZip handler, leave that one disabled and re-enable everything else.

Optional: registry locations (read-only first)

Only edit the registry if ShellExView cannot disable the entry or an uninstall left orphans. Export a backup first.

Common roots:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\CompressedFolder\shellex\ContextMenuHandlers

Look for keys named like WinRAR, 7-Zip, or PeaZip-related CLSIDs. Deleting the ContextMenuHandlers subkey removes the menu entry; it does not uninstall the program. Prefer ShellExView disable first because it is reversible with F7 again.

On 64-bit Windows, also check WOW6432Node paths if an old 32-bit archiver is installed.

After the fix: keep compression without the lag

If the menu is still slow after all three archivers are disabled, the bottleneck is elsewhere (cloud overlays, preview handlers, antivirus). Continue with Windows 11 context menu slow fix.

SX

ShellEx.info Editorial

Friendly Windows how-tos for slow menus and Explorer freezes, written so you can follow along at home. About us

Related articles