Skip to content
Follow
Windows

How to Turn On or Off AutoPlay for Cameras and Phones in Windows 11

Richard
Written by
Richard
Mar 11, 2026 Updated Aug 13, 2026 3 min read
How to Turn On or Off AutoPlay for Cameras and Phones in Windows 11
How to Turn On or Off AutoPlay for Cameras and Phones in Windows 11

AutoPlay in Windows 11 pops up a menu on your screen the second you plug in a camera, phone, or memory card so you can pick what happens next. This built-in feature saves you time by automatically opening your photos, importing music, or opening a folder.

You can turn AutoPlay on or off in a few clicks through the Windows 11 Settings app . Managing this setting stops unwanted prompts from appearing every time you connect your devices.

⚡ Quick Answer

Control what happens when you connect cameras or phones in Windows 11 via Settings. Navigate to System AutoPlay and choose your preferred action or turn it off. These settings apply to non-storage devices like cameras and phones, not USB drives.

What is AutoPlay?

AutoPlay decides what happens when devices connect or media is inserted. Photos, videos, or music can open automatically, or Windows can prompt you to choose an action every time. Mixed content might trigger a list of available apps, or folders can open directly without extra prompts. Users can also configure the system to ignore a specific device entirely.

    • Automatically open photos, videos, or music from your device.
    • Ask you what you want to do each time you connect a device.
    • Show you a list of apps to choose from if your device has different types of content.
    • Simply open the folder with your files.
    • Do nothing if you’ve told it not to act on that device before.
📝Note
AutoPlay usually shows notifications for devices like cameras or phones, but skips storage devices like USB flash drives. Those appear instead under File Explorer This PC.

Holding the Shift key while plugging in hardware forces the AutoPlay prompt to appear regardless of current configurations.

How to Turn On or Off AutoPlay for Cameras, Phones, and Other Devices (Non-storage Devices)

Administrative privileges are required to modify these settings.

Option 1Using Local Group Policy Editor (🪟 Windows 11 Pro, Enterprise, Education only)

Windows 11 Home lacks this tool. Users running the Home edition should skip directly to Option 2.

    1. Press Windows + R on your keyboard to open the Run box.
    2. Type gpedit.msc and press Enter to open the Local Group Policy Editor.
    3. In the left panel, go to:

      Computer Configuration > Administrative Templates > Windows Components > AutoPlay Policies
    4. In the right panel, find and double-click Disallow AutoPlay for non-volume devices.
    5. To enable AutoPlay (default):

      Select Not Configured or Disabled, then click OK.
    6. To disable AutoPlay:

      Select Enabled, then click OK.
    7. Close the Local Group Policy Editor.

The policy editor displays these options:

Windows 11 AutoPlay settings for non-volume devices configuration
Windows 11 AutoPlay settings for non-volume devices configuration

AutoPlay options dropdown menu for cameras and phones
AutoPlay options dropdown menu for cameras and phones

Option 2Using the Windows Registry (All 🪟 Windows 11 editions)

Registry modifications serve as an alternative when the Group Policy Editor is unavailable. Creating a system restore point beforehand protects against unintended errors during editing.

To Enable AutoPlay (default):

🗝️Registry
reg delete "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v NoAutoplayfornonVolume /f
reg delete "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v NoAutoplayfornonVolume /f

Deleting or removing the NoAutoplayfornonVolume value turns AutoPlay back on for these devices.

To Disable AutoPlay:

🗝️Registry
reg delete "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v NoAutoplayfornonVolume /f
reg add "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v NoAutoplayfornonVolume /t REG_DWORD /d 1 /f

This adds a value to turn off AutoPlay for cameras, phones, and other non-storage devices.

How to apply these changes:

    • Or you can open Registry Editor (regedit), navigate to the keys, and change or delete the values manually.
    • Restart your PC or sign out and back in for changes to take effect.

Summary

    • AutoPlay helps you quickly open photos, videos, or music when you connect cameras, phones, or other devices.
    • You can turn AutoPlay on or off for these devices using either the Group Policy Editor or the Registry Editor.
    • You need to be an administrator to change these settings.
    • AutoPlay settings only affect non-storage devices (like cameras and phones), not USB drives or external hard drives.
    • Press Shift when plugging in a device to force the AutoPlay prompt to appear.

Configuring AutoPlay preferences saves time and eliminates unwanted prompts upon hardware connection.

Official Microsoft documentation provides additional details regarding this setting: Disallow AutoPlay for non-volume devices.

Was this guide helpful?

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

How to Change AutoPlay Settings in Windows 11
Windows How to Change AutoPlay Settings in Windows 11
How to Turn On or Off AutoPlay in Windows 11
Windows How to Turn On or Off AutoPlay in Windows 11
How to Enable or Disable Mobile Devices on Windows 11
Windows How to Enable or Disable Mobile Devices on Windows 11
How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default

No comments yet — be the first to share your thoughts!

Leave a Comment

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