The error “The device has either stopped responding or has been disconnected” usually appears when Windows suddenly loses communication with a connected device. It commonly shows up while copying files, transferring photos, using external drives, phones, cameras, printers, USB devices, or even during app operations that rely on removable hardware.
If you’re seeing this error on Windows 11, the issue is typically caused by USB power management, unstable connections, driver problems, or device-side timeouts—not permanent hardware failure. This guide walks you through all reliable fixes, step by step.
Why This Error Happens on Windows 11
Windows shows this error when a connected device becomes temporarily unavailable. Common reasons include:
- Loose or faulty USB cable or port
- USB power saving suspending the device
- Outdated or corrupted USB / device drivers
- Device going into sleep or lock mode (phones, cameras)
- File Explorer or USB controller glitches
- Power plan issues after Windows updates
- External drives not getting enough power
Fix “The Device Has Either Stopped Responding or Has Been Disconnected” on Windows 11
Follow the steps below in order. After each step, reconnect the device and test again.
1. Disconnect and Reconnect the Device Properly
Start with the simplest check.
- Safely disconnect the device from your PC.
- Wait 10–15 seconds.
- Reconnect it firmly to the same USB port.
- If possible, try a different USB port (preferably a rear port on desktops).
- Avoid USB hubs during testing.
Many errors are caused by momentary connection drops.
2. Try a Different Cable or Adapter
Faulty cables are a very common cause.
- Replace the USB cable with a known-good one.
- If using:
- USB-C adapters
- Extension cables
test without them.
- For phones or cameras, use the original manufacturer cable.
Even charging-only cables can trigger this error.
3. Keep the Device Awake and Unlocked
Phones and cameras may disconnect when they sleep.
For smartphones or cameras:
- Unlock the device before connecting.
- Keep the screen on during file transfer.
- Disable:
- Auto-lock
- Battery saver
- Select the correct USB mode (File Transfer / MTP).
If the device locks, Windows may lose access instantly.
4. Restart Windows Explorer
File Explorer crashes can break device communication.
- Press Ctrl + Shift + Esc to open Task Manager.
- Find Windows Explorer.
- Right-click it and select Restart.
- Reconnect the device and retry.
This refreshes USB and file system access.
5. Disable USB Power Saving (Very Important)
Windows may be powering down the device to save energy.
Disable USB Selective Suspend
- Open Control Panel → Power Options.
- Click Change plan settings next to your active plan.
- Click Change advanced power settings.
- Expand USB settings → USB selective suspend setting.
- Set it to Disabled (both On battery and Plugged in).
- Apply changes and restart.
Disable Power Saving for USB Controllers
- Open Device Manager.
- Expand Universal Serial Bus controllers.
- For each USB Root Hub:
- Right-click → Properties → Power Management
- Uncheck Allow the computer to turn off this device to save power
This alone fixes the issue for many users.
6. Update or Reinstall USB and Device Drivers
Driver issues often cause random disconnections.
- Open Device Manager.
- Expand:
- Universal Serial Bus controllers
- Disk drives
- Portable devices
- Right-click the affected device → Update driver.
- If updating doesn’t help:
- Choose Uninstall device
- Restart your PC
Windows will reinstall fresh drivers automatically.
7. Change Power Mode to Prevent Aggressive Throttling
Windows 11 power modes can affect USB stability.
- Open Settings → System → Power & battery.
- Set Power mode to Balanced or Best performance.
- Avoid Best power efficiency during transfers.
Aggressive power saving can interrupt data connections.
8. Check for Disk Errors (For External Drives)
If the error occurs with USB drives or external HDDs/SSDs:
- Open Command Prompt (Admin).
- Run:
chkdsk X: /fReplace X: with the drive letter. - Let the scan complete fully.
File system errors can cause the drive to disconnect mid-operation.
9. Disable Fast Startup (Helps USB Stability)
Fast Startup can cause USB state issues.
- Open Control Panel → Power Options.
- Click Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Uncheck Turn on fast startup.
- Save changes and restart.
This forces clean USB initialization on boot.
10. Test the Device on Another PC
This helps identify whether the issue is Windows or hardware-related.
- If the device works fine elsewhere → Windows configuration issue
- If it fails everywhere → device or cable problem
This step saves unnecessary troubleshooting.
11. Repair Windows System Files (If Error Happens Frequently)
System corruption can break device communication.
- Open Command Prompt (Admin).
- Run:
sfc /scannow - After completion, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart Windows.
Wrapping Up
The “The device has either stopped responding or has been disconnected” error on Windows 11 is usually caused by power management settings, unstable connections, or driver issues, not permanent device failure. By disabling USB power saving, updating drivers, using proper cables, and keeping devices awake during transfers, you can resolve the issue in most cases.
Once fixed, file transfers and device connections should remain stable without sudden interruptions.