How to Find Out What Device Keeps Disconnecting (2026 Complete Guide)

Last updated: July 19, 2026

Estimated reading time: 15 minutes

There are few things more frustrating than having a device randomly disconnect from your computer, Wi-Fi network, or Bluetooth system. Whether it is a USB device that keeps dropping out, a Bluetooth peripheral that periodically vanishes, or a network adapter that loses connection without warning, identifying the culprit device is the critical first step toward solving the problem. In 2026, with the average household running dozens of connected devices simultaneously, tracking down a rogue disconnector can feel like finding a needle in a haystack. This comprehensive guide will walk you through multiple methods to identify which device is causing intermittent disconnections, from built-in operating system tools to specialized diagnostic techniques.

Quick Answer: Use Windows Event Viewer to filter system logs for device connect/disconnect events, which will identify the specific device by name. For Wi-Fi issues, check your router’s connected device list and Event Viewer network logs. For Bluetooth, the Windows Settings Bluetooth menu shows connection status in real time.

Table of Contents

Types of Device Disconnections

Before diving into detection methods, understanding the different types of disconnections helps narrow down your investigation.

USB Device Disconnections: USB devices include external hard drives, flash drives, keyboards, mice, webcams, printers, and USB hubs. These disconnections are often caused by power management settings, loose connections, driver issues, or failing USB ports. The device may appear and disappear from File Explorer or Device Manager when it disconnects.

Wi-Fi Disconnections: Wi-Fi disconnections affect your internet connection and can be caused by the wireless adapter, router, interference, or ISP issues. These disconnections typically result in temporary loss of internet access rather than a device being recognized or unrecognized by the system.

Bluetooth Disconnections: Bluetooth devices like headphones, speakers, keyboards, mice, and game controllers can disconnect due to range limitations, interference, pairing issues, or driver problems. Bluetooth disconnections are often intermittent and may be triggered by moving the device or introducing new wireless signals in the environment.

Ethernet Disconnections: Wired network disconnections are less common but can occur due to faulty cables, damaged ports, driver issues, or router problems. These are generally easier to diagnose since the physical connection is visible.

Understanding which category your disconnection falls into helps you choose the right diagnostic approach. If you suspect your Wi-Fi adapter is the issue, our guide on do Wi-Fi adapters go bad can help you determine if hardware failure is the cause.

Using Windows Event Viewer

Windows Event Viewer is the most powerful built-in tool for identifying disconnection events. It logs every device connection and disconnection with timestamps and device names.

Step 1: Open Event Viewer

Press Windows key + R, type “eventvwr.msc” and press Enter. Alternatively, search for “Event Viewer” in the Start menu. This opens the Windows Event Viewer application.

Step 2: Navigate to System Logs

In the left sidebar, expand “Windows Logs” and click on “System.” This displays all system-level events, including device connections and disconnections.

Step 3: Filter for Device Events

Click “Filter Current Log” in the right sidebar. In the Event sources dropdown, check the following sources:

  • Kernel-PnP: Plug and Play events for device connections
  • Kernel-Power: Power-related events that may coincide with disconnections
  • DeviceSetupManager: Device installation and configuration events
  • DriverFrameworks-UserMode: User-mode driver framework events

You can also search for specific event IDs. Common device-related event IDs include:

  • Event ID 20001-20003: Driver installation events
  • Event ID 10000-10001: Device connection events
  • Event ID 2102-2105: WMI events related to hardware

Step 4: Analyze the Timeline

Sort the filtered events by date and time. Look for events that occurred at the exact time you noticed the disconnection. Each event will include the device name, driver information, and the type of event (connection, disconnection, or error).

Pro Tip: If you know the approximate time of the disconnection, use the “Find” function (Ctrl+F) in Event Viewer and search for keywords like “removed,” “disconnect,” or “fail” around that timestamp to quickly locate the relevant events.

Checking Device Manager

Device Manager provides real-time information about connected devices and can help you spot devices that are experiencing problems.

Step 1: Open Device Manager

Right-click the Start button and select “Device Manager” from the menu, or press Windows key + X and select Device Manager.

Step 2: Show Hidden Devices

Click “View” in the menu bar and select “Show hidden devices.” This reveals devices that Windows has detected but are not currently connected, which can include devices that have recently disconnected.

Step 3: Look for Warning Indicators

Devices experiencing problems will have a yellow exclamation mark or red X icon next to them. These indicators suggest the device is having connection or driver issues. Right-click on any flagged device and select “Properties” to see detailed error information.

Step 4: Monitor in Real Time

Leave Device Manager open and watch for devices appearing or disappearing. When a device disconnects, you will see it vanish from the list. When it reconnects, it will reappear. This real-time monitoring can help you identify exactly which device is disconnecting.

If you are troubleshooting a Dell laptop specifically, our guide on how to connect Gateway laptop to Wi-Fi covers wireless connectivity basics that apply to various laptop brands.

Wi-Fi Device Disconnection Methods

Wi-Fi disconnections require different diagnostic approaches than USB or Bluetooth issues.

Method 1: Router Device List

Log into your router’s admin interface (typically by typing 192.168.0.1 or 192.168.1.1 in your browser). Navigate to the connected devices or client list section. This shows all devices currently connected to your network along with their connection duration, signal strength, and data usage. Compare this list to your known devices to identify any that are periodically appearing and disappearing.

Method 2: Windows Network Logs

Open Event Viewer and navigate to Applications and Services Logs, Microsoft, Windows, WLAN-AutoConfig. Filter for events related to network profile changes and connection state changes. These logs record every Wi-Fi connection and disconnection event with the network name (SSID) and adapter information.

Method 3: Command Line Tools

Open Command Prompt as Administrator and use the following commands:

  • netsh wlan show interfaces: Shows current Wi-Fi adapter status, including signal quality and connection duration
  • netsh wlan show networks mode=bssid: Displays all visible Wi-Fi networks and their signal strengths, which can help identify interference issues
  • Get-NetAdapter | Format-Table Name,Status,LinkSpeed: PowerShell command that shows network adapter status (use PowerShell, not Command Prompt)

Method 4: Event Log Filtering

In Event Viewer, navigate to Applications and Services Logs, Microsoft, Windows, NetworkProfile. Filter for Event ID 10000 (connection) and 10001 (disconnection). These events show the exact network name and timestamp of every connection change, making it easy to identify when and which network is affected.

Bluetooth Disconnection Tracking

Bluetooth devices can be trickier to track because they do not always appear in the same places as USB or network devices.

Step 1: Windows Bluetooth Settings

Go to Settings, Bluetooth & devices. This page shows all paired Bluetooth devices and their connection status. Watch this page when you notice a disconnection to see which device’s status changes from “Connected” to “Not connected.”

Step 2: Device Manager Bluetooth Section

In Device Manager, expand the “Bluetooth” section. Your Bluetooth adapter and paired devices will be listed here. Watch for devices that disappear from this list, indicating they have disconnected.

Step 3: Event Viewer Bluetooth Logs

In Event Viewer, navigate to Applications and Services Logs, Microsoft, Windows, Bluetooth. Filter for connection and disconnection events. These logs include the device name, MAC address, and event type, providing detailed information about which Bluetooth device is disconnecting.

Step 4: Signal Strength Monitoring

Bluetooth disconnections are often caused by range or interference issues. Note the signal strength (RSSI) of your Bluetooth devices when they are working correctly. If disconnections coincide with signal drops, the issue may be related to distance or physical obstructions between the device and your computer.

For laptops with wireless issues, our guide on how to turn on wireless capability on a Dell laptop provides additional troubleshooting steps for wireless connectivity problems.

USB Device Disconnection Tracking

USB disconnections can be particularly frustrating because they often happen silently, without any notification or warning.

Method 1: Device Manager Monitoring

Open Device Manager with “Show hidden devices” enabled. Watch the list as you use your USB devices. When a device disconnects, it will either disappear from the list or show a warning icon. The device name in Device Manager identifies exactly which device is dropping out.

Method 2: USB Event Logging

Windows can log USB events in Event Viewer. Navigate to Applications and Services Logs, Microsoft, Windows, DriverFrameworks-UserMode. Filter for USB-related events that will show device connection, disconnection, and error events with device names and details.

Method 3: USBTreeView (Free Tool)

USBTreeView is a free utility that provides a detailed tree view of all USB devices connected to your system, including their connection status, power usage, and hub information. The real-time display makes it easy to spot devices that are connecting and disconnecting.

Method 4: Power Management Check

In Device Manager, right-click on your USB Root Hubs and USB Host Controllers, select Properties, and go to the Power Management tab. If “Allow the computer to turn off this device to save power” is checked, uncheck it. Power management settings are one of the most common causes of USB disconnections.

Warning: Disabling USB power management can increase battery consumption on laptops. If you are on a laptop, consider only disabling power management for specific USB devices that are disconnecting rather than all USB controllers.

Third-Party Diagnostic Tools

Several third-party tools can simplify the process of identifying disconnection events.

Tool Best For Key Features Cost
USBLogView USB device tracking Real-time USB event logging Free
Wireshark Network analysis Detailed packet capture Free
Bluetooth LE Explorer Bluetooth monitoring Signal strength tracking Free
HWiNFO Hardware monitoring Sensor data and logs Free
DeviceIOView Device I/O monitoring Real-time device activity Free

USBLogView: This lightweight tool from NirSoft logs all USB device insertions and removals in real time. It displays the device name, description, type, and the exact time of each event. This is particularly useful for identifying intermittent USB disconnections that are difficult to catch with manual monitoring.

Wireshark: For network disconnections, Wireshark provides detailed packet-level analysis. While it has a steeper learning curve, it can identify exactly when and why network connections are dropping, including whether the issue is on the device side or the network side.

Built-in Windows Tools: Windows also includes the Performance Monitor tool, which can track device performance over time. Open it by typing “perfmon” in the Run dialog. You can add counters for specific devices and monitor their connection status over extended periods.

Common Causes of Device Disconnections

Once you have identified which device is disconnecting, understanding the common causes can help you fix the problem.

Power Management: Windows aggressive power saving features can disconnect devices to save power. This is especially common with USB devices and Bluetooth adapters. Disable power management for the affected device in Device Manager to test if this is the cause.

Driver Issues: Outdated, corrupted, or incompatible drivers can cause devices to disconnect intermittently. Update the driver for the affected device through Device Manager or the manufacturer’s website.

Physical Connection Problems: Loose USB ports, damaged cables, or corroded contacts can cause intermittent disconnections. Try the device in a different port or with a different cable to rule out physical issues.

Interference: Wireless devices (Wi-Fi and Bluetooth) can be affected by interference from other wireless devices, microwaves, cordless phones, and other electronics. Try moving the affected device or your computer to reduce interference.

Failing Hardware: Sometimes the device itself or the port it connects to is failing. If you have tried all software solutions, the hardware may need repair or replacement.

Frequently Asked Questions

Why does my USB device keep disconnecting and reconnecting?

USB devices that repeatedly disconnect and reconnect are commonly caused by power management settings that turn off the USB port to save power, faulty USB cables or ports, driver issues, or insufficient power delivery. Start by disabling USB power management in Device Manager, then try a different port and cable to narrow down the cause.

How do I know if my Wi-Fi adapter is causing disconnections?

Check Event Viewer under Windows Logs, System, and filter for WLAN-AutoConfig events. Look for Event IDs 8001 (successful connection) and 8002 (disconnection) to see when your Wi-Fi adapter drops. If disconnections are frequent and coincide with specific adapter events, the adapter may be the issue. Try updating the driver or, if it is a USB adapter, try a different USB port.

Can a faulty USB port cause devices to disconnect?

Yes, faulty USB ports are a common cause of device disconnections. A port with damaged pins, loose internal connections, or corrosion can cause intermittent contact, leading to devices dropping out. Test the affected device in different ports. If the problem only occurs in specific ports, those ports may need repair or the device should be connected to a different port permanently.

How do I check if my Bluetooth device is disconnecting due to range?

Monitor the Bluetooth device’s signal strength (RSSI) using the device’s settings or a Bluetooth diagnostic app. If disconnections consistently occur when the signal strength drops below a certain threshold (typically -80 dBm or lower), range is likely the issue. Move the device closer to your computer or remove physical obstructions between them.

Why does my external hard drive keep disconnecting?

External hard drives often disconnect due to USB power management, insufficient power delivery (especially for drives that do not have their own power supply), or faulty USB cables. Disable USB power management for the connected port, try a shorter or higher-quality USB cable, and ensure the drive is receiving adequate power. For bus-powered drives, try connecting directly to a rear USB port on a desktop rather than through a hub.

Can software cause device disconnections?

Yes, several software factors can cause disconnections. Aggressive antivirus software may flag USB devices as threats and disconnect them. Power management software can turn off devices to save battery. System optimization tools may disable USB selective suspend. Driver conflicts between devices can also cause random disconnections. Temporarily disable such software to test if it is the cause.

How can I log device disconnections over time?

Windows Event Viewer continuously logs device events, so you can always check historical data. For real-time monitoring, use tools like USBLogView for USB devices or check the Bluetooth and Wi-Fi logs in Event Viewer. For long-term monitoring, set up a Performance Monitor data collector set to track specific device counters over days or weeks.

Is there a way to get notifications when a device disconnects?

Windows does not provide built-in notifications for device disconnections, but third-party tools like USBLogView can be configured to alert you when events occur. You can also set up custom Event Viewer tasks that trigger actions based on specific event IDs, such as writing to a log file or displaying a message when a disconnection event is detected.

Leave a Reply

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