Windows Guide · USB & External Drives

Safely Remove Hardware Icon Missing in Windows 10 & Windows 11: How to Fix It

A practical troubleshooting guide for restoring the missing “Safely Remove Hardware and Eject Media” icon, ejecting USB drives safely, and fixing taskbar, driver, Explorer, and system policy problems.

⏱ 8-minute read 💾 USB drives 🖥 Windows 10 & 11 ✅ Built-in tools only

Why the “Safely Remove Hardware and Eject Media” Icon Is Missing in Windows

The Safely Remove Hardware and Eject Media icon normally appears in the notification area when Windows detects a removable USB device, external hard drive, memory card reader, phone, or another ejectable device. If the icon disappears, the cause is usually not data loss or a damaged USB drive. In most cases, Windows has hidden the icon, the taskbar notification area is misconfigured, Explorer needs to be restarted, or the USB device is using a removal policy that does not require manual ejecting.

This guide explains how to restore the missing safe removal icon in Windows 10 and Windows 11, how to eject a drive safely without the icon, and what to check if the problem happens repeatedly.

Most common cause The icon is hidden behind the taskbar arrow or disabled in notification area settings.
Fastest workaround Use File Explorer, Disk Management, or the Run command to eject the device manually.
When to investigate deeper If no USB devices appear, Device Manager may have driver, controller, or power-management problems.
⚠️
Important Do not unplug an external drive while files are being copied, while a backup is running, or while an application is using files on that drive. Even if Windows uses quick removal, disconnecting during active write operations can still corrupt data.

How to Safely Eject a USB Drive When the Icon Is Missing

If you need to remove the drive right now, you do not have to fix the taskbar icon first. Use one of these built-in methods.

Option A: Eject the Drive from File Explorer

  1. Open File Explorer with Win + E.
  2. Go to This PC.
  3. Right-click your USB flash drive, external SSD, external HDD, or memory card.
  4. Click Eject.
  5. Wait for the message that says the device can be safely removed.

Option B: Eject from Disk Management

  1. Right-click the Start button.
  2. Choose Disk Management.
  3. Find the removable drive in the lower disk list.
  4. Right-click the removable volume and choose Eject, if available.

Option C: Open the Classic Safely Remove Hardware Window

This method opens the old Windows eject dialog directly and works even when the taskbar icon is not visible.

  1. Press Win + R.
  2. Paste the command below.
  3. Press Enter.
  4. Select the device and click Stop.
Run CommandRunDll32.exe shell32.dll,Control_RunDLL hotplug.dll
ℹ️
Tip You can create a desktop shortcut with this command if you often work with USB drives and want a permanent eject button.

Check Hidden Taskbar Icons First

Windows may still be showing the safe removal icon, but not directly on the taskbar. It can be placed inside the hidden notification icons menu.

  1. Look at the right side of the taskbar, near the clock.
  2. Click the small up arrow icon to open hidden icons.
  3. Look for the USB plug icon named Safely Remove Hardware and Eject Media.
  4. Drag the icon from the hidden area to the visible taskbar area if you want it to stay visible.

If the icon appears only after you connect a USB device, that is normal. Windows usually does not show the icon when there is nothing removable to eject.

Enable the Safely Remove Hardware Icon in Windows Taskbar Settings

If the icon is disabled in notification area settings, Windows may hide it even when a removable drive is connected.

Windows 11: Turn On the Icon in Other System Tray Icons

  1. Right-click an empty area of the taskbar.
  2. Select Taskbar settings.
  3. Expand Other system tray icons.
  4. Look for Windows Explorer, Safely Remove Hardware, or a USB-related entry.
  5. Turn it On if available.
SettingsPersonalizationTaskbarOther system tray icons

Windows 10: Select Which Icons Appear on the Taskbar

  1. Right-click the taskbar and open Taskbar settings.
  2. Scroll to Notification area.
  3. Click Select which icons appear on the taskbar.
  4. Enable the entry related to Windows Explorer or Safely Remove Hardware.
  5. Reconnect the USB drive and check the notification area again.
SettingsPersonalizationTaskbarSelect which icons appear on the taskbar

Restart Windows Explorer to Restore Missing Tray Icons

The notification area is controlled by Windows Explorer. If tray icons stop updating, restarting Explorer often restores the missing USB eject icon without rebooting the entire computer.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. If you see the compact view, click More details.
  3. Find Windows Explorer in the Processes tab.
  4. Right-click it and choose Restart.
  5. The taskbar will disappear briefly and then reload.
  6. Reconnect the USB device and check the notification area.

You can also restart Explorer from Command Prompt:

Command Prompttaskkill /f /im explorer.exe
start explorer.exe
Safe Operation Restarting Explorer closes and reloads the desktop shell. It does not delete files and does not restart Windows, but open File Explorer windows may close.

Open Safely Remove Hardware Manually with a Desktop Shortcut

If the taskbar icon keeps disappearing but the eject dialog works, create a shortcut to the classic Safely Remove Hardware window.

  1. Right-click the desktop.
  2. Choose NewShortcut.
  3. Paste this command into the location field:
Shortcut TargetRunDll32.exe shell32.dll,Control_RunDLL hotplug.dll
  1. Click Next.
  2. Name it Safely Remove Hardware.
  3. Click Finish.
  4. Double-click the shortcut whenever you need to eject a removable device.

This is not a full repair, but it is a reliable workaround for computers where the notification area behaves inconsistently.

Reinstall USB Controllers and External Drive Drivers

If Windows does not detect USB devices correctly, the safe removal icon may not appear because the drive is not being classified as removable or the USB controller is malfunctioning.

Reinstall the External Drive Device

  1. Connect the USB drive.
  2. Right-click Start and choose Device Manager.
  3. Expand Disk drives.
  4. Right-click the external USB drive and choose Uninstall device.
  5. Disconnect the drive.
  6. Restart Windows.
  7. Reconnect the drive and let Windows reinstall the driver automatically.

Refresh USB Controllers

  1. Open Device Manager.
  2. Expand Universal Serial Bus controllers.
  3. Right-click each USB Root Hub or Generic USB Hub and choose Uninstall device.
  4. Restart Windows. The USB controllers will be detected again automatically.
⚠️
Be Careful If you use a USB keyboard and mouse, uninstalling USB hubs may temporarily disconnect them until Windows reloads the drivers or the system is restarted. On desktop PCs, keep a spare port or PS/2 input available if possible.

Check the USB Drive Removal Policy: Quick Removal vs Better Performance

Windows can use different removal policies for external drives. If Quick removal is enabled, Windows reduces write caching and makes it safer to unplug the device when it is not actively transferring data. If Better performance is enabled, you should use safe removal because write caching may be active.

  1. Connect the USB drive.
  2. Right-click Start and open Device Manager.
  3. Expand Disk drives.
  4. Double-click the external drive.
  5. Open the Policies tab.
  6. Check whether the drive uses Quick removal or Better performance.
Removal policy What it means Recommended action
Quick removal Windows minimizes write caching for the device. You can usually unplug the drive after all file activity has stopped, but using Eject is still safer.
Better performance Windows may cache write operations to improve speed. Always use Safely Remove Hardware, File Explorer Eject, or the classic eject dialog.

If the icon is missing but the device is set to Better performance, use the manual eject command or File Explorer Eject before disconnecting it.

Repair Windows System Files if the Safe Removal Icon Still Does Not Appear

If taskbar settings, Explorer restart, and driver reinstalling do not help, the issue may be caused by corrupted system files or a damaged Windows component store. Run the built-in repair tools.

  1. Right-click Start.
  2. Open Terminal (Admin), Windows PowerShell (Admin), or Command Prompt (Admin).
  3. Run the DISM command first:
DISMDISM /Online /Cleanup-Image /RestoreHealth
  1. Wait until it finishes.
  2. Then run System File Checker:
System File Checkersfc /scannow
  1. Restart Windows after the scan completes.
  2. Reconnect the USB device and check whether the icon returns.

Other Reasons the Safely Remove Hardware Icon May Not Show

In some cases, nothing is broken. Windows only displays the safe removal icon when it detects a device that can be ejected. Review these situations before making registry or system changes.

ℹ️
Useful Check If the drive appears in File Explorer and can be ejected from This PC, the problem is probably only the taskbar icon. If the drive does not appear anywhere, troubleshoot USB detection first.

How to Prevent USB Safe Removal Problems in Windows 10 and Windows 11

Once the missing icon is fixed, use these habits to reduce future USB drive and external disk problems.

Check a USB Drive for File System Errorschkdsk E: /f

Replace E: with the actual drive letter of your USB drive.

Best Fixes for the Missing Safely Remove Hardware Icon

Symptom Best fix
The icon is not visible near the clock Check hidden taskbar icons and notification area settings.
The taskbar icons are frozen or not updating Restart Windows Explorer from Task Manager.
You need to eject the drive immediately Use File Explorer Eject or run RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll.
The USB drive is not detected correctly Reinstall the external drive and USB controller drivers in Device Manager.
The issue continues after multiple reboots Run DISM and SFC to repair Windows system files.

Frequently Asked Questions About the Missing Safely Remove Hardware Icon

Is it safe to unplug a USB drive without using Safely Remove Hardware?

It can be safe only when no files are being written and the drive uses the Quick removal policy. However, the safer habit is to use Eject from File Explorer or the classic safe removal dialog, especially for external hard drives and SSDs.

Why does the safe removal icon appear only sometimes?

The icon usually appears only when Windows detects a removable storage device. It may not show for keyboards, mice, webcams, printers, some phones, or devices that do not expose ejectable storage.

Can I restore the icon without restarting Windows?

Yes. Restart Windows Explorer from Task Manager. This reloads the desktop, taskbar, and notification area without a full reboot.

What should I do if Windows says the device is still in use?

Close File Explorer windows, documents, backup tools, media players, and any programs that may be using files on the drive. Wait a few seconds and try again. If it still fails, shut down Windows before unplugging the drive.

Does the missing icon mean my USB drive is broken?

No. A missing safe removal icon usually points to taskbar visibility settings, Explorer glitches, driver issues, or the drive’s removal policy. A broken drive is more likely if it disappears from File Explorer, Disk Management, and Device Manager.

Can I make a permanent Safely Remove Hardware shortcut?

Yes. Create a shortcut with this target: RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll. It opens the classic safe removal window directly.