How to Make the Taskbar Transparent on Windows 10 (2 Methods)

Transparent Windows 10 taskbar with desktop icons showing through

To make your Windows 10 taskbar fully transparent, open the Registry Editor and create a new DWORD value called TaskbarAcrylicOpacity with a value of 0 at HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced, then restart Windows Explorer. This requires an activated copy of Windows 10 with Dark Mode and Transparency Effects both enabled — once set, your taskbar becomes completely see-through with no third-party software needed.

Applies to: Windows 10 (22H2) | Last updated: April 1, 2026

Get a Transparent Taskbar in Windows 10 Without Software
Make Your Taskbar Transparent in Windows 10 with OpenShell

Key Takeaways

  • The registry method creates a TaskbarAcrylicOpacity DWORD with value 0 at HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced — no third-party software needed.
  • Windows must be activated, Dark Mode must be enabled, and Transparency Effects must be turned on for the registry method to work.
  • OpenShell is a free, open-source alternative that gives you adjustable taskbar transparency plus a classic Start menu — download it from GitHub.
  • Both methods only work on Windows 10 — for Windows 11, use TranslucentTB instead.

Quick Steps

  1. Press Windows + R, type regedit, press Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
  3. Right-click empty space > New > DWORD (32-bit) Value.
  4. Name it TaskbarAcrylicOpacity (case-sensitive).
  5. Double-click it and set the value to 0, click OK.
  6. Open Task Manager (Ctrl + Shift + Esc), find Windows Explorer, click Restart.

In This Guide

This guide covers two ways to make your Windows 10 taskbar transparent:

Method 1: Make the Taskbar Transparent with a Registry Tweak

This is the cleanest approach — a single registry value gives you a fully transparent taskbar without installing anything. It takes about 30 seconds.

Prerequisites

Before you start, make sure these three things are set:

  • Windows is activated — Unactivated copies of Windows 10 lock personalization settings, which prevents this method from working.
  • Dark Mode is enabled — Right-click your desktop > Personalize > Colors > choose “Dark” under “Choose your color.”
  • Transparency Effects is turned on — On the same Colors page, make sure the Transparency Effects toggle is set to On.

Step 1: Open the Registry Editor

Press Windows + R to open the Run dialog, type regedit, and press Enter. Click Yes if you get a User Account Control prompt.

Windows Run dialog with regedit typed, ready to open the Registry Editor

Step 2: Navigate to the Correct Path

In the Registry Editor, navigate to the following path. You can paste it directly into the address bar at the top of the window and press Enter:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Step 3: Create the TaskbarAcrylicOpacity Value

Right-click on an empty space in the right panel and select New > DWORD (32-bit) Value. Name it exactly TaskbarAcrylicOpacity — this is case-sensitive, so type it carefully.

DWORD (32-bit) Value being created in the Advanced key” class=”kb-img wp-image-1453″/>

Double-click the new value to open it. Confirm the value data is set to 0 and click OK. A value of 0 means fully transparent.

If you prefer a one-line command, open Command Prompt as administrator and run:

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarAcrylicOpacity /t REG_DWORD /d 0 /f

Step 4: Restart Windows Explorer

Open Task Manager by pressing Ctrl + Shift + Esc (or right-click the taskbar and select Task Manager). Under the Processes tab, find Windows Explorer, select it, and click Restart.

Your taskbar should now be fully transparent, showing your desktop wallpaper right through it.

Windows 10 desktop with a completely transparent taskbar showing the wallpaper through it

Method 2: Make the Taskbar Transparent with OpenShell

OpenShell is a free, open-source program that’s primarily known as a Start menu replacement — it gives you a classic Windows 7-style Start menu. But it also has built-in taskbar customization, including adjustable transparency.

I used OpenShell a lot back when I was running my computer repair business — clients who didn’t like the Windows 10 Start menu loved the classic look it provided. The taskbar transparency feature is a nice bonus on top of that.

Step 1: Download and Install OpenShell

Head to the OpenShell releases page on GitHub and download the latest installer. Run it and install with the default settings — the setup is straightforward.

Step 2: Open OpenShell Settings

After installation, click the Start button to open the OpenShell settings window. If it doesn’t appear, right-click the Start button and select Settings to bring it up manually.

Step 3: Set Taskbar Transparency

Go to the Taskbar tab and check “Customize taskbar”. Select “Transparent” from the dropdown menu, then set the Taskbar opacity slider to 0 for a fully transparent taskbar. Click OK to apply.

The big advantage of OpenShell over the registry method is flexibility. You can set any opacity level from 0 (fully transparent) to 100 (fully opaque), giving you a semi-transparent look if that’s what you prefer.

How to Revert to the Default Taskbar

If you want to go back to the standard Windows 10 taskbar appearance, the process depends on which method you used.

Revert the Registry Method

Open the Registry Editor and navigate back to the same path. Right-click the TaskbarAcrylicOpacity value and select Delete. Restart Windows Explorer through Task Manager, and your taskbar will return to its default translucent appearance.

Or run this command in an elevated Command Prompt:

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarAcrylicOpacity /f

Revert the OpenShell Method

Open the OpenShell settings and uncheck “Customize taskbar” on the Taskbar tab. If you want to remove OpenShell entirely, go to Settings > Apps and uninstall it from there.

If you’re on Windows 11 and landed on this page by mistake, I have a separate guide on making the Windows 11 taskbar transparent with TranslucentTB. And if you’re looking to go further with customization, check out Winhance and Windhawk — both are excellent tools for tweaking Windows to look and work exactly how you want. For a broader overview, my Windows desktop customization guide covers even more options.

Frequently Asked Questions

Does this method work on Windows 11?

No. The TaskbarAcrylicOpacity registry tweak only works on Windows 10. Windows 11 uses a completely different taskbar framework, so this value has no effect. For Windows 11, use TranslucentTB instead — I have a separate guide on making the Windows 11 taskbar transparent.

Does my Windows need to be activated for this to work?

Yes, for the registry method. Windows 10 locks personalization settings on unactivated copies, which means you can not enable Transparency Effects — and the registry tweak depends on that setting being turned on. The OpenShell method may work on unactivated copies since it handles transparency independently of Windows personalization settings.

Can I make the taskbar semi-transparent instead of fully transparent?

With the registry method, not reliably. The TaskbarAcrylicOpacity value at 0 gives full transparency, but values above 0 do not produce a consistent gradient effect. For adjustable semi-transparency, use the OpenShell method — you can set any opacity level from 0 to 100 and get a predictable result.

Will the transparent taskbar persist after a restart?

Yes. The registry tweak is permanent — it survives restarts and Windows updates. You only need to set it once. For OpenShell, the transparency persists as long as OpenShell is installed and configured to start with Windows, which it does by default.

Similar Posts