Skip to content
Follow
Windows 🟡 Intermediate

How to Change AutoPlay Settings in Windows 11

Richard
Written by
Richard
Jul 25, 2021 Updated Sep 16, 2026 7 min read
How to Change AutoPlay Settings in Windows 11
How to Change AutoPlay Settings in Windows 11

AutoPlay in Windows 11 is a built-in feature that decides what happens when you plug in a USB drive, camera, phone, or insert a DVD. Windows 11 lets you turn off this feature completely or pick a custom action for every single device you plug into your computer.

Advertisement

You can control these options in the main Windows 11 Settings app without needing any special technical tools or software. Setting up your preferences stops Windows from guessing what you want and ensures your PC opens the right app every time you connect something new.

⚡ Quick Answer

Open Settings , go to Bluetooth & devices, then select AutoPlay to change or disable these settings. You can also use Control Panel for more detailed options.

Advertisement

Option 1Adjusting AutoPlay in 🪟 Windows 11 Settings

The Settings app in Windows 11 provides a modern way to change most settings, including AutoPlay, because it offers an intuitive and visually appealing interface for managing device behavior.

Step 1Open the Settings App

Press the Win+I on your keyboard to open the Settings window immediately.

Step 2Go to AutoPlay Settings

In the Settings window, look at the list on the left side. Click on Bluetooth & devices. Then, on the right side, scroll down and click on AutoPlay.

Windows 11 Settings app AutoPlay tile for managing device behavior.
Windows 11 Settings app AutoPlay tile for managing device behavior.

Step 3Control AutoPlay for All Items

Turning AutoPlay on for all devices in Windows 11 takes just one main switch in your settings. Open Settings , go to Bluetooth & devices, click AutoPlay, and set the main switch to On. This makes Windows automatically open media or devices the moment you plug them in.

Advertisement
  • To turn AutoPlay ON: Make sure this switch is set to On. This is how Windows usually works by default.
  • To turn AutoPlay OFF: Move the switch to the Off position. If you turn it off, Windows will not do anything automatically when you connect new items.
Toggle switch to turn Windows 11 AutoPlay on or off.
Toggle switch to turn Windows 11 AutoPlay on or off.

You can turn AutoPlay off completely if you find AutoPlay annoying. You can always open files and apps yourself when you connect devices.

Step 4Set Specific Actions (If AutoPlay is On)

Setting specific actions for different devices in Windows 11 lets you choose what happens when you plug in USB sticks, memory cards, cameras, or phones. Scroll down your AutoPlay settings page and use the drop-down menus next to each device type to pick your preferred default behavior.

  • Removable drive (like USB sticks)
  • Memory card
  • Camera
  • Phone
  • CD, DVD, and Blu-ray

For each of these, there's a dropdown menu with choices like:

  • Ask me every time: Windows will ask you what you want to do.
  • Take no action: Nothing will happen automatically.
  • Open folder to view files (File Explorer): The contents will open in File Explorer.
  • Choose a default: You can pick a specific app to open that type of content (like the Photos app for pictures).

Click the dropdown menu for each item and choose what you want. You can select different actions for different items.

Advertisement

Step 5Close Settings

When you are happy with your AutoPlay settings, close the Settings window. Your changes are saved automatically.

Option 2Managing AutoPlay via the Control Panel

The Control Panel is an older but still useful way to manage Windows settings. Some people prefer its layout, and it offers the same AutoPlay controls.

Step 1Open the Control Panel

To get started, type "Control Panel" into the Windows search bar on your taskbar and click the matching result. Make sure your Control Panel is set to "View by: Large icons" or "Small icons" (not Category) to see the AutoPlay option.

Step 2Find the AutoPlay Icon

In the Control Panel window, look for an icon named AutoPlay and click it.

Advertisement

Step 3Turn AutoPlay On or Off Globally

Like the Settings app, the Control Panel's AutoPlay window has a main switch at the top: "Use AutoPlay for all media and devices."

  • Check the box to turn AutoPlay ON.
  • Uncheck the box to turn AutoPlay OFF.

Step 4Set Specific Actions

Choosing a default AutoPlay action for specific items in Windows 11 prevents unwanted apps from opening when you plug in hardware. Go to the AutoPlay settings menu and pick from options like ask me every time, take no action, or open folder to view files for each device category.

Go through each category and pick the action you prefer.

Control Panel AutoPlay settings for managing removable media behavior.
Control Panel AutoPlay settings for managing removable media behavior.

Step 5Save Your Changes

⚠️WarningAfter you make your choices, click the Save button at the bottom of the AutoPlay window.

After you make your choices, click the Save button at the bottom of the AutoPlay window. If you don't save, your changes won't be applied.

Advertisement

Step 6Close the Control Panel

You can now close the Control Panel window.

Option 3Using the Registry Editor (Graphical Method)

Using the Registry Editor (a central database that stores low-level settings for the operating system and installed apps) lets you control AutoPlay settings in Windows 11 through advanced visual tools. This method requires careful use because making mistakes in the registry can cause system issues.

This method lets you turn AutoPlay on or off for your user account. We will use the Registry Editor directly, not by creating or editing files.

Step 1Open the Registry Editor

Press the Windows key + R to open the Run dialog box. Type regedit and press Enter, or click OK. You might see a message asking if you want to allow the app to make changes; click Yes.

Advertisement

Step 2Go to the Correct Registry Location

Finding the correct registry location for AutoPlay in Windows 11 requires opening the Registry Editor and navigating to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. You can type this exact path into the address bar at the top of the window and press Enter to jump straight there.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

You can also copy and paste this path into the address bar at the top of the Registry Editor and press Enter.

Step 3Change the "NoDriveTypeAutoRun" Value (to Turn AutoPlay OFF)

Turning AutoPlay off through the Registry Editor in Windows 11 involves modifying the NoDriveTypeAutoRun value in the right-hand pane. If this value does not exist, right-click an empty space, create a new DWORD (32-bit) Value, name it NoDriveTypeAutoRun, and change its data to disable automatic device execution.

If NoDriveTypeAutoRun doesn't exist, create it. Right-click in the empty space on the right side, then select New > DWORD (32-bit) Value. Name this new value exactly NoDriveTypeAutoRun.

Advertisement

Now, double-click the NoDriveTypeAutoRun value (whether it was already there or you just created it).

In the "Value data" box, type 0xFF.

Click OK.

Setting NoDriveTypeAutoRun to 0xFF turns AutoPlay OFF for your user account.

Step 4Change the "NoDriveTypeAutoRun" Value (to Turn AutoPlay ON)

Turning AutoPlay back on with the Registry Editor in Windows 11 requires changing the NoDriveTypeAutoRun data value back to 0x00. Double-click the value in the right-hand pane, type 0x00 into the value data box, and click OK to restore default automatic actions for your connected drives.

If the NoDriveTypeAutoRun value exists, double-click it.

In the "Value data" box, type 0x00.

Click OK.

Alternatively, if you previously set it to 0xFF, you can try deleting the NoDriveTypeAutoRun value entirely. Right-click on NoDriveTypeAutoRun in the right pane and select Delete. Confirm the deletion if asked.

Setting NoDriveTypeAutoRun to 0x00 or deleting it turns AutoPlay ON (or restores it to its default behavior).

⚠️WarningChanging the Registry incorrectly can cause serious problems with Windows.

Always double-check that you are in the right location and changing the correct value. If you are unsure, stick to the Settings app or Control Panel methods.

Step 5Restart Your PC

For changes made in the Registry to take full effect, it's generally recommended to restart your computer. Save your work and then restart.

Summary

Managing AutoPlay settings in Windows 11 is possible through the modern Settings app, the traditional Control Panel, or the Registry Editor. These different methods let you turn automatic device actions completely on or off and set custom preferences for cameras, phones, and USB drives.

Where are the AutoPlay settings in 🪟 Windows 11?

Windows 11 Select Start and Settings. Select Bluetooth & Devices. Select AutoPlay. Select Use AutoPlay for all media and devices to turn AutoPlay on or off.

How to change autorun settings in 🪟 Windows 11?

Select Start Settings Apps Startup For any of the applications in the list: Set the toggle to On to start the app automatically when you sign in. Set the toggle to Off to prevent the app from starting automatically.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
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.

Advertisement

📚 Related Tutorials

Change Windows 11 External Drive Removal Policy
Windows Change Windows 11 External Drive Removal Policy
How to Open the Settings App in Windows 11
Windows How to Open the Settings App in Windows 11
How to Make File Explorer Open to Mobile Device in Windows 11
Windows How to Make File Explorer Open to Mobile Device in Windows 11
How to Disable Autoplay in Edge on Windows 11
Browsers How to Disable Autoplay in Edge on Windows 11

7 Comments

Leave a Comment

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