Windows

How to Enable or Disable Dev Drive in Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Apr 1, 2026 3 min read
How to Enable or Disable Dev Drive in Windows 11

This guide will help everyday Windows 11 users understand how to enable or disable the Dev Drive feature on their computer.

What is Dev Drive?

Dev Drive is a feature in Windows 11 that lets you create a special separate space on your hard drive. This space is mainly for developers to keep coding tools and files safe and organized, away from regular system files.

Why use Dev Drive? It keeps your development work separate from your everyday files. What happens when you use it? Your coding projects stay organized and protected in their own dedicated area.

If you’re not a developer or want to stop other users from creating this special drive on your computer, you can easily turn this feature off. This can also help keep your computer more secure.

How to Turn Dev Drive On or Off

There are three simple ways to enable or disable the Dev Drive feature on your Windows 11 PC:

1. Using Windows Terminal

Open Windows Terminal as an administrator. To do this, search for “Windows Terminal” in the Start menu, right-click it, and select Run as administrator. ⚠️ Requires admin privileges.

To turn on Dev Drive, type this command and press Enter:

💻Code
fsutil devdrv enable

To turn off Dev Drive, type this command and press Enter:

💻Code
fsutil devdrv disable

2. Using Local Group Policy Editor

Press Windows + S, type Edit group policy, and press Enter to open the Local Group Policy Editor. ⚠️ Requires admin privileges.

In the editor, go to:

💻Code
Computer Configuration > Administrative Templates > System > Filesystem

Find Enable dev drive on the right side and double-click it.

Choose one of the options:

  • Not Configured – This is the default setting.
  • Enabled – Allows Dev Drive and lets antivirus work on it.
  • Disabled – Stops users from creating new Dev Drives.

Click OK to save your choice.

Tip: You might need to restart your computer for the change to take effect.

Enable Dev Drive setting in Group Policy Editor

3. Using Windows Registry Editor

Open the Registry Editor by pressing Windows + R, typing regedit, and clicking OK. ⚠️ Requires admin privileges.

Navigate to this folder:

🗝️Registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies

Look for these two values in the right pane:

  • FsEnableDevDrive
  • FltmgrDevDriveAllowAntivirusFilter

If they don’t exist, right-click an empty space, select New > DWORD (32-bit) Value, and create both names exactly as above.

Double-click each and set the value to:

  • 0 to disable Dev Drive.
  • 1 to enable Dev Drive.

Close Registry Editor and restart your PC to apply changes.

Windows Registry Editor for Dev Drive settings

Summary

You can choose to turn Dev Drive on or off using Windows Terminal, Group Policy Editor, or Registry Editor. All three methods do the same thing—they just give you different ways to make the change based on what you’re comfortable with.

Turning off Dev Drive can help keep your computer safer by stopping unwanted special drives from being made. This is useful if you share your computer with others or don’t need the feature.

Admins or everyday users can use these simple steps depending on their comfort level. Windows Terminal is the fastest option if you know how to use the command line. Group Policy Editor and Registry Editor are good choices if you prefer a visual approach.

If you have any questions or want to share your experience, feel free to leave a comment below!

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2469 articles → Twitter

📚 Related Tutorials

How to Set Dev Drive as Trusted or Untrusted in Windows 11
Windows How to Set Dev Drive as Trusted or Untrusted in Windows 11
How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Change Windows Terminal Language in Windows 11
Windows How to Change Windows Terminal Language in Windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *