Bluetooth stack fails to restart after driver-store cleanup — Windows 11 25H2

Pyush Basnet 0 Reputation points
2026-09-02T07:25:12.2666667+00:00

This has affected 8+ users across our fleet so far, all on Windows 11 25H2 with Intel AX211 radios (Dell and HP hardware). It's a full loss of Bluetooth — not a minor glitch. Users lose headsets mid-call and can't re-pair them, and mice/keyboards drop randomly, including during sign-in. It keeps coming back after a fix that looked complete, so it's actively affecting productivity, not a one-off.

The issue: Since late August 2026, Bluetooth on multiple Windows 11 25H2 devices has developed a restart loop. Paired devices connect and disconnect repeatedly, and eventually Bluetooth disappears entirely from Quick Settings, Settings, and Device Manager. While the fault is active, audio devices won't pair at all, and mice/keyboards continue to pair but drop out intermittently. Reinstalling or updating the Bluetooth driver does not fix it, and neither does a normal restart. It isn't specific to one vendor, adapter, or Windows build — we've seen it on builds 26200.9168 and 26200.9278.

What we found (key finding #1 — the devnode leak): Using Get-PnpDevice, affected machines showed a large number of "ghost" Bluetooth devnodes (40+) with zero live nodes — meaning the entire Bluetooth class had gone, not just the paired accessories. A healthy control machine showed 0 ghost nodes and ~28 live nodes. This is the clearest signal something is wrong: BthEnum and BthLEEnum were creating a new generation of child devices every time the radio's parent USB device (VID_8087&PID_0033) got reconfigured, without ever cleaning up the previous generation. The parent hash stayed the same throughout, which rules out the module dropping off the USB bus — this is a restart loop, not a disconnect.

What we found (key finding #2 — driver ranking instability): The driver store held multiple competing Bluetooth driver packages claiming the same hardware ID at identical rank — several versions of the Intel driver stacked up from repeated Intel Driver & Support Assistant installs. The selected driver was oscillating between different installed versions across sessions, including a mid-session change with no reboot involved. Important detail: one of the newer driver branches in the store targets a different Intel chipset generation than the AX211 radio actually in these machines — so the store had the wrong driver competing for priority.

What we found (key finding #3 — cleanup only partially worked): We disabled Intel Driver & Support Assistant, reduced the driver store to the single correct package, removed the orphaned devnodes, and blocked Windows Update from pushing more driver versions. This fixed the repeated ~75-minute restart cycle. But Bluetooth still failed again about an hour later — this time differently. The Kernel-PnP log showed a "device configured" event with no matching "device started" event after it, which points to a start/resume failure rather than the same loop repeating. The device had also been offline ~55 minutes beforehand, too long for a reboot and more consistent with a sleep/wake cycle. This is the most important finding: it means there are two separate faults stacked together, not one.

Ruled out:

  • Windows build version (fault on two different builds; a healthy control machine ran one of the same builds)
  • The August 2026 cumulative update (rollback didn't help)
  • A staged Windows feature rollout (zero differences across thousands of feature flags between a faulted and healthy machine)
  • Driver-store pollution as the sole cause (fixed that specifically, fault still recurs)
  • Peripheral brand (control machine uses the same brand of mice with no issue)

Still open: Whether this is a driver-ranking problem (largely fixed) sitting on top of a separate, still-unpatched Bluetooth resume-from-sleep bug in 25H2. That would explain why cleanup only partially worked, and why the same "restart loop then dead" symptom is being reported on non-Intel hardware (Surface, Lenovo, AMD) elsewhere too.

Has anyone seen the same "configured but never started" pattern after sleep/resume, or is there a known issue tracking this on 25H2?

Windows for home | Windows 11 | Devices and drivers
0 comments No comments

1 answer

Sort by: Most helpful
  1. Hendrix-V 18,225 Reputation points Microsoft External Staff Moderator
    2026-09-03T03:51:57.57+00:00

    Hi Pyush Basnet,

    Thank you for sharing the detailed findings. Based on the information you've gathered, it does appear that the driver-store cleanup helped address part of the behavior, but the subsequent "configured" without "started" events suggest there may be an additional condition affecting Bluetooth initialization after sleep or resume cycles.

    A few concise steps that may help further isolate the remaining issue:

    1, Test with Fast Startup disabled

    • Control Panel > Power Options > Choose what the power buttons do.
    • Select Change settings that are currently unavailable.
    • Uncheck Turn on fast startup.
    • Restart and monitor Bluetooth behavior after sleep/wake cycles.

    2, Check Bluetooth power management settings

    • Open Device Manager.
    • Expand Bluetooth and System devices.
    • For the Bluetooth adapter and related USB controllers, clear Allow the computer to turn off this device to save power (if available).

    3, Review Modern Standby/Sleep correlation

    • Compare the timestamp of Bluetooth failures with recent sleep/resume events in Event Viewer.
    • This may help determine whether the remaining issue consistently occurs after a power-state transition rather than during normal operation.

    4, Validate with the OEM-recommended driver

    • If not already tested, temporarily use the Bluetooth package provided by the device manufacturer (Dell, HP, etc.) rather than a generic or automatically supplied package.
    • This can help rule out differences in platform-specific customization.

    Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.