Skip to content
Follow
Windows 🟡 Intermediate

How to Change AutoPlay Settings in Windows 11

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

AutoPlay in Windows 11 automatically starts an action when you connect a device like a USB drive or insert a disc. It tries to figure out what you want to do, such as opening photos from a camera or playing a DVD.

Windows 11 AutoPlay settings let you choose how the operating system handles devices. Instead of Windows guessing, you can tell it exactly what app to open or if it should do nothing for different media or devices like USB drives.

AutoPlay settings in Windows 11 control how your computer reacts to new devices and discs. You can easily change these AutoPlay settings to ensure new devices and discs perform the exact action you expect.

⚡ 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.

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

You can control AutoPlay for all your media and devices using a single switch in Windows 11 settings. To turn AutoPlay on, simply make sure the 'Use AutoPlay for all media and devices' switch is set to On. If you want Windows to stop automatically doing things when you connect devices, move this switch to the Off position.

  • 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)

If you decide to keep AutoPlay turned on in Windows 11, you can pick exactly what happens for each type of item you connect. Scroll down the AutoPlay settings page to see options for things like USB sticks (removable drives), memory cards, cameras, phones, and discs. For each one, you can choose to be asked every time, do nothing, or open a folder.

  • 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.

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 easily.

Step 2Find the AutoPlay Icon

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

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

When AutoPlay is on in Windows 11, you can set a specific default action for each type of device. For items like your phone or a USB stick, you can choose from a list including 'Ask me every time,' 'Take no action,' 'Open folder to view files,' or selecting a specific app. Go through each category and select the action you prefer.

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

⚠️Warning
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.

Step 6Close the Control Panel

You can now close the Control Panel window.

Option 3Using the Registry Editor (Graphical Method)

The Registry Editor offers advanced control over AutoPlay settings in Windows 11. The Registry is a system database storing computer settings. This method shows you how to turn AutoPlay on or off for your specific user account using the Registry Editor's visual tools, a powerful option requiring careful use.

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.

Step 2Go to the Correct Registry Location

To change AutoPlay settings using the Registry Editor in Windows 11, you need to go to a specific folder path. Click through the folders on the left side of the window until you reach: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. You can also copy and paste this exact path into the address bar at the top and press Enter.

🗝️Registry
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)

You can turn AutoPlay OFF using the Registry Editor in Windows 11 by finding or creating the 'NoDriveTypeAutoRun' value in the right-hand pane. If 'NoDriveTypeAutoRun' is not present, right-click in the empty space, select New DWORD (32-bit) Value, and name it 'NoDriveTypeAutoRun'. Double-clicking the 'NoDriveTypeAutoRun' value lets you change its data to disable AutoPlay.

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.

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)

To turn AutoPlay back ON using the Registry Editor in Windows 11, you need to adjust the 'NoDriveTypeAutoRun' value. The default is often 0x91 or 0x95, but setting its data to 0x00 will effectively turn AutoPlay back on for most drives. Double-click the value and type 0x00 in the 'Value data' box, then click OK.

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).

⚠️Warning
Changing 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

You can easily manage AutoPlay settings in Windows 11 through the modern Settings app or the traditional Control Panel. Both methods let you turn AutoPlay completely on or off, and choose specific actions for different devices like USB drives or cameras. For advanced users, the Registry Editor offers more granular control but requires careful handling.

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.

📚 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 *