Guides

  • AirDrop Not Working Between Apple IDs? Fix | TechWebN

    You AirDropped a file successfully once, entering a verification code to connect with someone on a different Apple ID. It worked. Now it doesn’t, and nothing about your settings has changed. The device just won’t show up anymore, no matter how many times you toggle AirDrop off and on.

    AirDrop not working between Apple IDs often traces back to a specific, undocumented quirk most guides never mention. It’s a similar story to the hidden setting behind Mac Wi-Fi disconnects — a real cause that most troubleshooting guides simply don’t check. This guide covers that hidden cause first, then every other real fix for AirDrop problems in general.

    The Hidden Cause Most Guides Miss

    When you AirDrop between two devices signed into different Apple IDs for the first time, the receiving Mac asks for a verification code. Once entered, the transfer succeeds. But according to real user reports on Apple’s own community forums, that first successful pairing can silently add the sending device to the Mac’s “Other Known” contacts category. Once stuck there, the sending iPhone stops appearing in AirDrop on future attempts. Toggling settings or restarting devices doesn’t fix it — a similar frustration to what we found with the touchpad mouse-connection setting that most guides also miss.

    How to check and fix:

    1. On the Mac, open Contacts
    2. Look for an entry under Other Known or a similarly labeled category that doesn’t match your normal contacts
    3. Find the entry matching the other device or person
    4. Delete that contact card entirely
    5. Try AirDrop again from the other device

    This single fix resolves AirDrop not working between Apple IDs for people experiencing exactly this pattern: it worked once, then stopped, specifically between devices on different Apple IDs.

    General AirDrop Troubleshooting

    If the cause above doesn’t match your situation, and airdrop not working between Apple IDs persists, work through these general fixes in order.

    Check Compatibility and Software Versions

    AirDrop requires reasonably current hardware and software on both ends. Outdated versions can cause connection failures that look like a settings problem but aren’t.

    How to fix: Update both devices to the latest available iOS, iPadOS, or macOS version through Settings > General > Software Update or System Settings > General > Software Update.

    Confirm AirDrop Visibility Settings

    Both devices need compatible visibility settings, or the connection won’t establish even when everything else works correctly.

    How to fix:

    • On iPhone or iPad: swipe down from the top-right corner to open Control Center, press and hold the network card, and tap AirDrop to set visibility to Everyone for 10 Minutes or Contacts Only
    • On Mac: open Finder, select AirDrop in the sidebar, and check the “Allow me to be discovered by” setting at the bottom

    Check Firewall and VPN Settings

    Security software on either device can silently block the connections AirDrop needs.

    How to fix: On Mac, go to System Settings > Network > Firewall > Options, and confirm Block all incoming connections is turned off. If either device has a VPN active, disable it temporarily and test again.

    Restart Both Devices and Toggle Wi-Fi and Bluetooth

    AirDrop relies on both Wi-Fi and Bluetooth working together, and a simple restart clears many temporary connection glitches.

    How to fix: Turn Wi-Fi and Bluetooth off and back on on both devices, or restart them entirely. Move the devices physically closer together, since AirDrop has a limited range.

    Check Screen Time Restrictions

    Screen Time settings can silently cause airdrop not working between Apple IDs or any devices, without an obvious error message explaining why.

    How to fix: Go to Settings > Screen Time > Content & Privacy Restrictions > Allowed Apps, and confirm AirDrop isn’t restricted.

    Frequently Asked Questions

    Does this “Other Known” contact issue happen every time I AirDrop with a different Apple ID? Not necessarily every time, but it’s been reported consistently enough in user forums that it’s worth checking first if airdrop not working between Apple IDs started right after a previously successful transfer.

    Will deleting the contact card lose any other information? If the entry was auto-created specifically by the AirDrop pairing process, removing it typically only removes that connection record, not any messages or files you’ve already received.

    Is AirDrop between different Apple IDs supposed to require a code every time? According to Apple’s current AirDrop Contacts system, a verification step applies specifically when the other person isn’t already in your Contacts app, not necessarily tied to Apple ID differences alone.

    Could this be a hardware problem instead of a software one? It’s unlikely if AirDrop worked previously between the same two devices. A hardware issue would typically prevent AirDrop from working at all, rather than causing airdrop not working between Apple IDs specifically after one successful transfer.

    The Bottom Line

    AirDrop not working between Apple IDs, especially after it worked once before, often points to that hidden “Other Known” contacts issue rather than a settings problem you’ve already checked. Look there first if your situation matches. If it doesn’t, work through compatibility, visibility settings, firewall and VPN checks, and a restart, in that order. Most AirDrop problems resolve well before you reach the bottom of this list.

  • Spotlight Search Not Working on Mac? Here’s the Fix | TechWebN

    You hit Command + Space, the way you have a thousand times before, and nothing happens. Or Spotlight opens fine, but searching for a file you know exists turns up empty. Either way, it’s disorienting, since Spotlight is one of those features you rely on without thinking about it, until it stops working.

    Spotlight search not working on Mac almost always comes down to one of two things: a broken index, or in a specific case on macOS Tahoe, an unrelated system tweak that quietly broke it. This is a similar pattern to what we found when Wi-Fi kept disconnecting on Mac — a specific setting most people never think to check. This guide covers both, plus every other real fix, in the order that actually works.

    Check This First If You’re on macOS Tahoe

    If you’re running macOS Tahoe and previously used a Terminal command to bring back the old-style Launchpad, that’s worth checking before anything else. The tweak can interfere with Spotlight’s interface files. It sometimes stops Spotlight from opening at all — the same kind of quiet software conflict we saw when troubleshooting a slow Mac in general.

    How to fix: Open Terminal and run this command to revert the change:

    sudo rm /Library/Preferences/FeatureFlags/Domain/SpotlightUI.plist
    

    Restart your Mac afterward. If this wasn’t something you did, skip ahead to the general fixes below.

    Why Spotlight Actually Stops Working

    Beyond that specific Tahoe scenario, a handful of common causes explain most cases of spotlight search not working on Mac:

    • A corrupted or incomplete index — Spotlight doesn’t search your files directly, it searches an index, and that index can get stale or broken after an update, crash, or forced shutdown, as Apple’s own support documentation explains
    • Folders excluded from indexing — an old setting, sometimes changed by accident, can quietly stop Spotlight from searching specific drives or folders
    • A stuck system process — the background service that powers Spotlight’s menu bar interface can occasionally freeze
    • Files without readable text — scanned PDFs or image-only documents won’t show up in content searches, since there’s no text for Spotlight to index

    Fix 1: Restart Spotlight’s System Process

    This is the fastest fix for spotlight search not working on Mac, and it resolves cases where Spotlight’s interface has simply frozen without anything being broken underneath.

    How: Open Activity Monitor, search for SystemUIServer, select it, and click the X button to force it to restart. Alternatively, simply restarting your Mac achieves the same result.

    Fix 2: Rebuild the Spotlight Index

    If Spotlight opens but searches return nothing or incomplete results, the index itself is the likely reason spotlight search not working on Mac persists.

    How:

    1. Open Terminal
    2. Run sudo mdutil -E / and enter your password when prompted
    3. This erases and rebuilds the index from scratch. It can take anywhere from a few minutes to a couple of hours depending on how much data is on your Mac

    You can check progress at any time by running mdutil -s / in Terminal.

    Fix 3: Check Spotlight Privacy Settings

    If only certain files or folders are missing from search results, rather than everything, an exclusion setting is the likely cause of spotlight search not working on Mac for those specific items.

    How:

    1. Go to System Settings > Siri & Spotlight
    2. Scroll down to the Spotlight Privacy section
    3. Check whether the folder or drive you’re searching for is listed
    4. Select it and click the minus button to remove it from the exclusion list, then wait for re-indexing to complete

    Fix 4: Confirm the Right Content Categories Are Enabled

    Sometimes Spotlight is working correctly, but it’s simply not configured to search the type of content you’re looking for.

    How: Go to System Settings > Siri & Spotlight, and confirm categories like Applications, Documents, and Folders are checked. If a category you need is unchecked, that content type won’t appear in results regardless of indexing status.

    Fix 5: Update macOS

    Apple has shipped Spotlight-related fixes through system updates before, including issues specific to early builds of a new macOS version.

    How: Go to Apple menu > System Settings > General > Software Update, and install anything pending.

    Frequently Asked Questions

    Will rebuilding the index delete any of my files? No. Rebuilding the index only affects Spotlight’s internal search database. It doesn’t touch your actual files, documents, or apps.

    How long does a full index rebuild take? It depends on how much data is on your drive. This can range from a few minutes for a lightly used Mac to a couple of hours for one with a large amount of stored data.

    Why can’t Spotlight find a document I know exists? If the document is a scanned image or photo without embedded text, Spotlight’s content search won’t match it, since there’s no readable text to index. The file will still show up if you search its exact filename, though.

    Is the Terminal command for the Tahoe issue safe to run? Yes, it only removes a preference file related to Spotlight’s interface, and macOS regenerates a fresh one automatically. This is one of the more reliable fixes for spotlight search not working on Mac after that specific Tahoe conflict.

    The Bottom Line

    Spotlight search not working on Mac is almost always fixable without any data loss. Check the Tahoe-specific Launchpad conflict first if that applies to you. Then work through restarting SystemUIServer, rebuilding the index, and checking your privacy and category settings. Most cases resolve within the first two steps, and a full index rebuild covers nearly everything else.

  • Keyboard Typing Wrong Letters on Windows 11? Fix It | TechWebN

    You press “J” and a “1” shows up. Or you type your password and half the characters come out wrong. Keyboard problems like this feel random, but they almost never are. What you’re actually seeing on screen is a direct clue to the cause. Most guides skip straight to a generic checklist instead of using that clue first.

    Keyboard typing wrong letters on Windows 11 usually traces back to one of four specific causes. Matching your exact symptom to the right one saves you from working through fixes that don’t apply — a similar diagnostic mindset we used when troubleshooting a touchpad that stopped working. This guide starts with diagnosis, then walks through the fix for each cause.

    Diagnose First: What Exactly Is Happening?

    Before trying anything, look closely at what’s actually appearing on screen when your keyboard types wrong letters on Windows 11. The pattern tells you where to look.

    Letters are replaced by numbers (J=1, K=2, L=3, U=4). This points to Num Lock being active on a laptop with an embedded number pad. It’s not a language or driver issue.

    Letters come out as completely different letters, or symbols appear in the wrong places. This points to a keyboard layout or input language mismatch. It’s not a hardware problem.

    Extra characters appear, keys repeat unexpectedly, or modifier keys behave strangely. This points to an accessibility feature like Sticky Keys or Filter Keys being triggered, often by accident.

    Only specific physical keys fail consistently, regardless of layout or language. This points to an actual hardware or driver issue with the keyboard itself.

    Find your symptom above, then jump to the matching fix below.

    Fix 1: Numbers Appearing Instead of Letters (Num Lock)

    Many laptops embed a number pad into the regular letter keys, using Num Lock to toggle between the two behaviors. This is one of the most common causes of keyboard typing wrong letters on Windows 11 laptops specifically. Since laptops don’t always have a dedicated Num Lock key, it’s an easy accidental toggle.

    How to fix: Press the Num Lock key if your laptop has one. If not, try Fn + Num Lock, Fn + F11, or Fn + Insert, since the exact combination varies by manufacturer. Once disabled, the affected keys should type letters normally again.

    Fix 2: Wrong Letters or Symbols (Keyboard Layout)

    This is one of the most common reasons behind keyboard typing wrong letters on Windows 11. The most common trigger is an accidental keyboard shortcut. Pressing Windows + Space or Alt + Shift switches your active keyboard layout, sometimes without you noticing until you start typing.

    How to fix:

    1. Check the language indicator near the clock in your taskbar
    2. Click it and confirm you’re on your intended layout, like ENG (US)
    3. If multiple layouts are installed and switching keeps happening by accident, go to Settings > Time & Language > Language & Region, click your language, and remove any layouts you don’t actually use

    Fix 3: Extra or Repeated Characters (Accessibility Settings)

    Sticky Keys, Filter Keys, and Toggle Keys are genuinely useful accessibility features for some users, but they’re also easy to trigger by accident. Sticky Keys specifically activates when you press Shift five times in quick succession, something that happens more often than you’d expect during normal typing or gaming, as discussed extensively in Microsoft’s own community forums.

    How to fix: Go to Settings > Accessibility > Keyboard, and turn off Sticky Keys, Filter Keys, and Toggle Keys if you don’t intentionally use them. This resolves keys behaving as if they’re being held down or triggering unexpected modifier behavior.

    Fix 4: Specific Keys Consistently Wrong (Hardware or Driver Issue)

    If the problem isn’t tied to layout, language, or accessibility settings, and specific physical keys are consistently wrong regardless of what you try, the issue likely sits with the keyboard hardware or its driver — the same kind of hardware-vs-software distinction we made when troubleshooting printer connection issues.

    How to test: Connect an external keyboard and try typing. If the external keyboard works correctly, the problem is with your laptop’s built-in keyboard specifically. It’s not a system-wide setting.

    How to fix the driver:

    1. Open Device Manager
    2. Expand Keyboards, right-click your keyboard entry
    3. Select Update driver > Search automatically for updated driver software
    4. If that doesn’t help, select Uninstall device, then restart your PC. Windows will reinstall the driver automatically

    If the external keyboard test confirms a hardware problem and a driver update doesn’t fix it, physical repair or replacement becomes the realistic next step for keyboard typing wrong letters on Windows 11.

    One More Thing to Rule Out: Third-Party Software

    If none of the above matches what you’re seeing, check whether any key-remapping or macro software is installed. These can override normal key behavior in ways that mimic keyboard typing wrong letters on Windows 11 even when the underlying cause is different. Temporarily disable any keyboard customization or gaming software you have installed, then test your keyboard again before assuming a deeper problem.

    Frequently Asked Questions

    Why does this happen more often while gaming? Sticky Keys is specifically triggered by pressing Shift five times rapidly. This happens often during fast-paced gaming without you realizing it. Turning it off in Accessibility settings prevents this specific trigger.

    Will uninstalling my keyboard driver delete anything important? No. Windows automatically detects and reinstalls a fresh driver after a restart. No keyboard functionality is permanently lost by uninstalling it.

    Is this the same fix on Windows 10? Yes, the underlying causes and fixes are identical. Menu paths are nearly the same too, with only minor wording differences between the two versions.

    My external keyboard has the same problem as my laptop’s built-in one. What does that mean? This points away from a hardware issue with either specific keyboard and toward a system-level setting instead, most likely keyboard layout or an accessibility feature. Both keyboards showing the identical symptom is the key clue here.

    The Bottom Line

    Keyboard typing wrong letters on Windows 11 almost always fits into one of four categories: Num Lock, layout mismatch, accessibility settings, or genuine hardware failure. Matching your exact symptom to the right category upfront saves you from testing fixes that were never going to work for your specific case. Start with what you’re actually seeing on screen, and the right fix for keyboard typing wrong letters on Windows 11 usually takes less than a minute once you know where to look.

  • Windows 11’s AI Agent Features Explained (2026) | TechWebN

    Ask Copilot. Copilot Actions. Hey Copilot. Click to Do. Agent Runtime. If you’ve seen these terms scattered across different articles and come away more confused than when you started, you’re not alone. Microsoft has shipped five distinct AI agent features into Windows 11 throughout 2026, and most guides only ever explain one of them at a time.

    This guide breaks down Windows 11 AI agent features side by side. You’ll know what each one actually does, what hardware it needs, and where to find it, instead of piecing it together from five different articles.

    Why This Is So Confusing Right Now

    Understanding the different Windows 11 AI agent features starts with knowing why the confusion exists in the first place. Microsoft rolled these features out in stages throughout 2026, often reusing similar branding for genuinely different capabilities. Some require specific Copilot+ hardware. Others work on any Windows 11 PC. Some are generally available, others remain experimental and opt-in. That inconsistency is exactly why a side-by-side comparison is more useful right now than another single-feature tutorial.

    The Five Windows 11 AI Agent Features, Compared

    Here’s the full picture, side by side, before we go through each one in detail:

    FeatureWhat It DoesHardware NeededWhere to Find It
    Copilot ActionsClicks, types, and scrolls through your apps and files to complete multi-step tasksAny Windows 11 PCSettings > System > AI components > Agent tools
    Ask Copilot (Taskbar)Understands plain-English requests to find or change settingsAny Windows 11 PCTaskbar search box
    Hey Copilot + Copilot VisionHands-free voice activation; AI can see and discuss what’s on your screenAny Windows 11 PC (microphone)Settings > Copilot > Voice activation
    Click to DoInstant contextual actions on anything visible on-screen, now with Excel automationCopilot+ PC (40+ TOPS NPU)Windows key + click, or Windows + Q
    Agent Runtime + MCPOpen protocol letting third-party AI agents act inside File Explorer and other appsAny Windows 11 PCBuilt into supporting apps

    Copilot Actions: The Task Automator

    Copilot Actions is the most ambitious of the five Windows 11 AI agent features. Rather than just answering a question, it directly operates your PC, clicking through menus and typing into fields to complete a task you describe in plain language. As of this writing, it remains experimental and opt-in through Copilot Labs, not something that’s active by default.

    How to try it: Go to Settings > System > AI components > Agent tools, and enable the experimental agent workspace toggle. It’s off by default. It stays off until you turn it on.

    Worth knowing: by default, it’s limited to a small set of local folders like Documents, Downloads, and Pictures. Accessing anything beyond that requires your explicit authorization first.

    Ask Copilot: The Conversational Settings Layer

    Ask Copilot is one of the more approachable Windows 11 AI agent features. It lives in your taskbar and lets you type a plain-English description of a problem or setting change, rather than hunting through menus yourself. Type something like “volume is too low,” and it suggests the relevant setting, sometimes offering to apply the change directly.

    How to try it: Click the taskbar search box and type your request naturally, the way you’d describe it to a person rather than searching for an exact settings name.

    Hey Copilot + Copilot Vision: Hands-Free and Screen-Aware

    This pairing adds two related capabilities: a voice wake word (“Hey Copilot”) for hands-free activation, and Copilot Vision, which lets the AI see and discuss whatever’s currently on your screen. Unlike Click to Do’s on-screen actions, this is more of a live conversation about what you’re looking at — a different flavor of the same practical AI-assistance idea we explored in our best AI browser extensions guide.

    How to try it: Go to Settings > Copilot > Voice activation to enable the wake word, and check Copilot’s own settings for Vision access permissions.

    Click to Do: Instant Contextual Actions

    We covered this one in detail in our dedicated Click to Do guide, but in short: hold the Windows key and click on any text or image, and Click to Do offers relevant quick actions based on what it detects, as Microsoft’s own support page explains in more detail. A 2026 update added Excel automation to its capabilities. This remains the one feature on this list requiring genuine Copilot+ certified hardware, since it processes everything on-device.

    Agent Runtime + MCP: Letting Outside Agents In

    This is the most technical of the five, and the one most people won’t interact with directly. It’s an open protocol that lets third-party AI agents and tools act inside File Explorer and other supporting apps, rather than Microsoft building every capability itself. Think of it as infrastructure other developers build on top of, more than a feature you’ll toggle yourself.

    Which of These Windows 11 AI Agent Features Do You Actually Need?

    • Want AI to complete multi-step tasks for you? Copilot Actions, though it’s still experimental
    • Just want faster access to settings without hunting through menus? Ask Copilot
    • Prefer talking to your PC hands-free, or want it to see your screen? Hey Copilot + Copilot Vision
    • Want instant actions on specific text or images you click on? Click to Do, if you have Copilot+ hardware
    • Building or using third-party AI tools? Agent Runtime + MCP is the infrastructure making that possible

    Most people will realistically only use one or two of these regularly, not all five at once.

    Frequently Asked Questions

    Do I need a Copilot+ PC to use Windows’ agentic AI features? No, not for most of them. Copilot Actions, Ask Copilot, and Hey Copilot all work on any Windows 11 PC. Click to Do is the exception, since it requires genuine Copilot+ certified hardware with a 40+ TOPS NPU because it runs entirely on-device.

    Can Copilot Actions access my files without my permission? By default, it’s limited to a small set of local folders. It needs your explicit authorization to go beyond that or access anything sensitive.

    Is Windows 11 actually becoming an AI operating system? Based on what’s shipped and previewed through 2026, including native MCP support, an agent runtime, and multiple taskbar-level AI entry points, that does appear to be the direction Microsoft is heading.

    Will these Windows 11 AI agent features change again soon? Likely, yes. Several of these remain labeled experimental or are still rolling out in stages. Exact menu labels and availability may shift between updates.

    The Bottom Line

    Windows 11’s AI agent features aren’t one thing. They’re five genuinely different tools that happen to share overlapping branding. Copilot Actions automates multi-step tasks, Ask Copilot speeds up finding settings, Hey Copilot and Copilot Vision add voice and screen awareness, Click to Do handles instant on-screen actions, and Agent Runtime powers third-party integrations behind the scenes. Once you know which Windows 11 AI agent feature actually solves your problem, the confusion mostly disappears.

  • What Is Click to Do in Windows 11? How to Use It | TechWebN

    You’re looking at a photo of a receipt, an address in a text message, or a phone number buried in an email. Normally you’d copy it, switch apps, and paste it somewhere else. Click to Do skips all of that. Hold the Windows key, click on whatever’s on your screen, and Windows figures out what you probably want to do with it.

    Click to Do in Windows 11 is one of the more genuinely useful AI features Microsoft has shipped. Most guides stop at “here’s how to turn it on.” This one covers that too, but spends more time on what you’d actually use it for day to day, since that’s the part most people are really trying to figure out — similar to how we approached File Explorer bugs with real specifics instead of generic advice.

    What Click to Do Actually Is

    Click to Do in Windows 11 is an on-device AI feature exclusive to Copilot+ PCs running Windows 11 24H2 or later. It analyzes whatever’s visible on your screen. Then it offers relevant quick actions based on what it finds — text, images, or specific data types like phone numbers and addresses. Everything happens locally. Nothing gets sent anywhere unless you actually choose to complete an action.

    Do You Have the Right Hardware First?

    Before anything else, check whether your PC actually supports it. Click to Do is exclusive to Copilot+ PCs, so it won’t appear on older or non-Copilot+ hardware, according to Microsoft’s own support page.

    How to check: Go to Settings > System > About, and confirm your Windows version reads 24H2 or later. If your PC branding or specs mention “Copilot+ PC,” you likely have the required hardware. If not, this feature simply won’t be available yet, regardless of settings.

    How to Turn It On

    If you have the right hardware, Click to Do in Windows 11 may already be enabled. Here’s how to confirm or turn it on.

    How: Go to Settings > Privacy & security, find Click to Do (preview), and toggle it on. A restart may be needed for the change to take full effect.

    How to Actually Use It

    This is the part most guides skip past quickly. Here’s the actual mechanic:

    How: Hold down the Windows key, then click on any text or image on your screen. Alternatively, press Windows + Q as a shortcut. Your cursor changes to a distinctive glow. Click to Do highlights what it detected, offering relevant actions in a small toolbar.

    Real Ways to Actually Use Click to Do in Windows 11

    Here’s where it gets genuinely useful. These are the everyday situations where Click to Do saves real time, not just tech-demo scenarios. This is the kind of practical value we look for whenever we cover a new AI tool.

    Turning a photo of an address into directions. Someone texts you an address as a photo, not text. Click to Do on the image, and it can offer to open the address directly in Maps, skipping the manual retype entirely.

    Adding an event from a screenshot. You get a screenshot of an event flyer or a meeting time buried in an email. Click to Do can detect the date and offer to create a calendar event directly. This skips manually opening your calendar app and typing it in.

    Calling a number from an image. A phone number appears in a photo, a scanned document, or a screenshot. Click to Do can offer to dial it directly if you have a calling app set up, instead of you retyping the digits.

    Quick actions on selected text anywhere. Highlight a paragraph in any app, even one that doesn’t normally support rich text actions. Click to Do can offer to summarize it, rewrite it, or send it to another app. This works regardless of whether that app was built with those features in mind.

    Working with images in Paint and Photos. Click to Do integrates with Microsoft’s updated Paint and Photos apps. This lets you click on parts of an image for object-specific actions, like removing a background element or generating a variation, without leaving the app you’re already in.

    Why It’s Not Showing Up (Common Issues)

    If you’ve confirmed your hardware and enabled the setting but Click to Do still isn’t appearing, a few things commonly cause this — a similar troubleshooting pattern to what we covered with Bluetooth on Windows 11:

    • Wrong Windows version — Click to Do requires 24H2 specifically; earlier versions won’t show it even with Copilot present
    • Browser limitations — the feature doesn’t work in every browser context, so what you’re clicking on matters
    • Regional or language restrictions — availability has rolled out gradually and isn’t universal on day one in every market
    • A stuck preview state — since Click to Do remains labeled “(preview),” occasional bugs are still expected. Restarting the PC often resolves temporary glitches

    Frequently Asked Questions

    Is Click to Do the same as Windows Recall? No, they’re separate features. Recall creates a searchable timeline of your past activity. Click to Do works only on what’s currently visible on your screen, right now, with no ongoing history saved.

    Does Click to Do send my screen data to Microsoft? No, by default. The analysis happens entirely on-device using local AI models. Data is only shared externally if you specifically choose to complete an action that requires it, like opening a web link.

    Can I use Click to Do without a Copilot+ PC? No. It’s currently exclusive to Copilot+ PC hardware, which meets specific AI processing requirements that older PCs don’t have.

    Why is it called “Click to Do” and not something with AI in the name? Fair question — it’s easy to confuse with Microsoft To Do, a completely unrelated task management app. Despite the low-key branding, Click to Do in Windows 11 is very much one of Windows 11’s AI features.

    The Bottom Line

    Click to Do in Windows 11 solves a genuinely common annoyance: content trapped in one format that you need to act on somewhere else. Once you’ve confirmed your hardware supports Click to Do in Windows 11 and turned it on, the real value comes from using it on the everyday clutter — a photo with an address, a screenshot with a date, a phone number in an image. Give it a try on the next piece of information you’d normally copy and paste manually, and it’ll likely become a habit fast.

  • Mac Keeps Disconnecting from Wi-Fi? The Fix | TechWebN

    You’re mid-video call, or halfway through uploading a file, and the Wi-Fi icon just quietly drops. A few seconds later it reconnects on its own, like nothing happened. Then it does it again twenty minutes later. If you’ve already restarted your router and it’s still happening, the actual cause is probably somewhere you haven’t checked yet.

    Mac keeps disconnecting from Wi-Fi is almost always a software issue, not a failing Wi-Fi card. It’s a similar story to Wi-Fi problems at home in general — the router usually isn’t the culprit. This guide covers the fix most people never find, plus every other real cause, in the order that actually works.

    The Setting Most Guides Skip

    Before anything else, check one specific setting tied to iCloud Private Relay. It routes your internet traffic through Apple’s own relay servers for privacy. On certain routers, this can cause exactly the kind of intermittent, repeating disconnects you’re seeing.

    How to check:

    1. Go to System Settings > Wi-Fi
    2. Click the Details button next to your connected network
    3. Look for Limit IP Address Tracking and toggle it off

    This one setting resolves the issue for a meaningful number of people, particularly on older or budget routers that don’t handle the relay traffic cleanly. It’s a genuine, documented cause behind Mac keeps disconnecting from Wi-Fi that most troubleshooting guides never mention.

    Why Macs Actually Disconnect from Wi-Fi

    Beyond that specific setting, a handful of common causes explain most cases where Mac keeps disconnecting from Wi-Fi — similar to the causes behind a slow Mac in general:

    • Corrupted network preference files — these can develop glitches over time, especially after macOS updates
    • An expired or conflicting DHCP lease — your Mac’s assigned IP address can go stale, causing the connection to drop
    • Router band or channel congestion — especially common in apartments with many nearby networks
    • Power-saving settings — macOS sometimes puts the Wi-Fi radio to sleep more aggressively than expected
    • Outdated macOS — Apple regularly ships networking fixes through system updates

    Work through the fixes below in order. Most cases resolve within the first few steps.

    1. Restart Your Mac and Router

    It’s the obvious first step, but it’s worth doing properly. A full restart clears temporary glitches in both devices that build up over time — Apple’s own support documentation recommends this as a starting point for most Wi-Fi issues.

    How: Restart your Mac from the Apple menu. Separately, unplug your router for a full 30 seconds before plugging it back in, since a shorter gap doesn’t fully clear its memory.

    2. Forget and Reconnect to the Network

    Corrupted saved network settings are a common, easy-to-fix cause of repeated disconnects.

    How:

    1. Go to System Settings > Wi-Fi
    2. Click Details next to your network, then click Forget This Network
    3. Reconnect by selecting the network again and entering your password fresh

    3. Renew Your DHCP Lease

    If your Mac’s IP address has gone stale or conflicts with another device on the network, the connection can drop without warning.

    How: Go to System Settings > Wi-Fi > Details, open the TCP/IP tab, and click Renew DHCP Lease.

    4. Update macOS

    Apple regularly ships Wi-Fi driver and networking fixes through system updates. Mac keeps disconnecting from Wi-Fi is a common complaint that specific updates have addressed in the past.

    How: Go to Apple menu > System Settings > General > Software Update, and install anything pending.

    5. Switch to a 5GHz Network (If Available)

    If your router broadcasts both 2.4GHz and 5GHz bands, congestion on the more crowded 2.4GHz band can cause instability. This is particularly common in apartments or dense neighborhoods.

    How: Check your Wi-Fi network list for a separate network name ending in “-5G” or similar, and connect to that instead.

    6. Run Wireless Diagnostics

    macOS includes a built-in tool that monitors your connection and identifies specific problems automatically.

    How: Hold Option and click the Wi-Fi icon in the menu bar, then select Open Wireless Diagnostics. Follow the prompts. It will generate a report pointing to the likely cause.

    7. Delete Network Preference Files (Advanced)

    If nothing above has worked and Mac keeps disconnecting from Wi-Fi persistently, corrupted system-level network files may be the culprit. This is a more involved fix, so back up first if you’re not comfortable in Terminal.

    How: Open Terminal and run these commands to reset your network stack:

    sudo ifconfig en0 down
    sudo route flush
    sudo ifconfig en0 up
    sudo dscacheutil -flushcache
    sudo killall -HUP mDNSResponder
    

    Restart your Mac afterward and reconnect to your network.

    Frequently Asked Questions

    Does this affect all Mac models equally? Mostly, yes. But older Macs with aging Wi-Fi hardware may show these symptoms more frequently even after software fixes, since physical wear becomes a bigger factor over time.

    Is Limit IP Address Tracking safe to turn off? Yes. It only affects how iCloud Private Relay routes some of your traffic for privacy purposes. Turning it off doesn’t expose your browsing history or compromise your Mac’s security in any meaningful way.

    Could my router be the actual problem, not my Mac? Possibly. If other devices on the same network also experience random disconnects, the router itself is more likely the cause. Check your router manufacturer’s support resources for firmware updates.

    How do I know if it’s a hardware problem instead of software? If you’ve worked through every fix above and Mac keeps disconnecting from Wi-Fi even on a different, known-stable network, that points toward a hardware issue with the Wi-Fi card itself, which would need professional repair.

    The Bottom Line

    Mac keeps disconnecting from Wi-Fi almost always traces back to a specific, fixable setting or software glitch rather than failing hardware. Start with the Limit IP Address Tracking toggle, since it’s the fix most guides miss entirely. Then work through forgetting the network, renewing your DHCP lease, and updating macOS. If you’ve genuinely exhausted every step and the problem persists across different networks, that’s your signal to look at the Wi-Fi hardware itself rather than another software tweak.

  • Laptop Battery Draining Fast on Windows 11? Fix It | TechWebN

    You unplug your laptop at 100%, work for two hours, and glance down to find it’s already at 40%. That’s not normal, and it’s not just “how laptops are now.” Something specific is eating your battery. In most cases, you can actually find out what.

    Laptop battery draining fast on Windows 11 usually comes down to one of a handful of causes. It’s often a demanding background app, an aggressive power setting, or a bug tied to a specific Windows update. This guide walks through how to find the actual cause first, then fix it, instead of guessing your way through generic tips.

    Check This First If You Recently Updated

    Before anything else, check whether your battery drain started right after a Windows update. Microsoft has confirmed reports of severe battery drain following the Windows 11 25H2 update on certain laptop models. It’s a real, documented issue, not something specific to your machine — similar to the File Explorer bugs we’ve tracked through 2026.

    What to do: Go to Settings > Windows Update > Update history to check what installed recently. If the timing lines up with when the drain started, keep your system updated. Microsoft typically addresses issues like this in follow-up patches. In the meantime, the fixes below still help reduce the impact while you wait.

    Step 1: Generate a Battery Report

    Before changing any settings, get real data on what’s actually happening with your battery. Guessing wastes time when Windows can just tell you the real cause of laptop battery draining fast on Windows 11.

    How:

    1. Search for Command Prompt in the taskbar, right-click it, and select Run as administrator
    2. Type powercfg /batteryreport and press Enter
    3. Open the file it creates, usually saved to your user folder as battery-report.html

    This report shows your battery’s design capacity versus its current full charge capacity. If the current capacity has dropped well below the original design capacity, aging hardware is likely part of the problem, not just software.

    Step 2: Find Which Apps Are Actually Draining Power

    Rather than guessing, let Windows show you exactly what’s consuming battery.

    How:

    1. Go to Settings > System > Power & battery > Battery usage
    2. Review the list of apps sorted by battery consumption
    3. Close or uninstall anything unexpectedly high on the list that you don’t actually need running

    This single check often reveals a specific culprit behind laptop battery draining fast on Windows 11, like a browser with dozens of tabs or a sync tool stuck in a loop, rather than a vague “Windows is just bad at battery.”

    Step 3: Switch to a More Efficient Power Mode

    Windows 11 lets you choose how aggressively it balances performance against battery life. The default setting isn’t always the most efficient option.

    How: Go to Settings > System > Power & battery, and set Power mode to Best power efficiency while on battery. This alone can meaningfully extend battery life, especially during everyday tasks like browsing and writing that don’t need maximum performance.

    Step 4: Lower Screen Brightness and Reduce Screen Timeout

    The display uses more power than almost any other single component. That makes this one of the highest-impact, lowest-effort fixes available.

    How: Go to Settings > System > Display, and lower brightness manually, or turn on Adaptive brightness if your laptop supports it. Also check Settings > System > Power & battery > Screen and sleep, and shorten how long the screen stays on before turning off when idle.

    Step 5: Disable Unnecessary Startup Apps

    Apps that launch automatically at startup keep running in the background afterward. They quietly consume both battery and system resources the entire time your laptop is on — the same kind of clutter we tackled when removing bloatware from Windows 11.

    How: Go to Settings > Apps > Startup, and turn off anything you don’t need launching automatically. Common offenders include chat apps, cloud sync tools, and software that came pre-installed but rarely gets used.

    Step 6: Update Graphics and Chipset Drivers

    Outdated drivers, particularly for graphics hardware, are a well-documented cause of laptop battery draining fast on Windows 11, since inefficient driver code can prevent hardware from properly powering down when idle.

    How: Go to Settings > Windows Update > Advanced options > Optional updates, and install any available driver updates. For the most current versions, check your laptop manufacturer’s support site directly. It often has newer drivers than Windows Update offers.

    Step 7: Run the Power Troubleshooter

    Windows includes a built-in diagnostic tool that automatically checks for common configuration issues behind laptop battery draining fast on Windows 11.

    How: Go to Settings > System > Troubleshoot > Other troubleshooters, find Power, and click Run.

    When It’s Likely the Battery Itself

    If you’ve worked through every step above and drain is still severe, revisit the battery report from Step 1. Lithium-ion batteries naturally lose capacity over time and charge cycles, as manufacturer support documentation confirms. A laptop more than 3-4 years old showing significantly reduced full charge capacity is likely dealing with genuine battery aging. This is different from a fixable software issue. At that point, a battery replacement through your laptop manufacturer is the realistic next step. No setting change restores capacity that’s already been lost.

    Frequently Asked Questions

    Is it bad to always charge to 100%? Not immediately harmful. But consistently charging to full and keeping a laptop plugged in at 100% can accelerate long-term battery degradation. Some laptop manufacturers offer a battery charge limit setting, often through their own software, that caps charging around 80% to extend battery lifespan.

    Does closing apps instead of minimizing them actually help? Yes, for apps still running in the background rather than fully suspended. Check the Battery usage screen from Step 2 to see which apps are genuinely active versus idle in the background.

    How often should I check my battery report? Every few months is reasonable, or any time you notice a sudden change in battery life that doesn’t match your usual habits.

    Could a single browser tab really cause laptop battery draining fast on Windows 11? Yes, particularly tabs playing video, running ads with animation, or actively syncing data. The Battery usage screen breaks this down by app, including browsers, so you can identify specific culprits rather than guessing.

    The Bottom Line

    Laptop battery draining fast on Windows 11 almost always has a specific, findable cause. Start with the battery report and the battery usage breakdown. Those two checks point you straight to the actual problem instead of leaving you guessing. If you’ve recently updated to 25H2, keep an eye on Microsoft’s ongoing fixes while applying the power and brightness settings above in the meantime. Work through the rest in order. If the battery report shows genuine capacity loss at the end, that’s your honest signal it’s hardware, not something a setting can fix.

  • Laptop Touchpad Not Working on Windows 11? Fix | TechWebN

    You reach for the touchpad and nothing happens. The cursor just sits there, frozen, while your fingers glide uselessly across the surface. Yesterday it worked fine. Today, nothing. If you’ve plugged in a USB mouse recently, stay tuned, because that one detail alone explains a surprising number of these cases.

    Laptop touchpad not working on Windows 11 is almost always a settings or driver issue, not a dead piece of hardware. It’s the same kind of quiet software glitch we’ve seen with Bluetooth on Windows 11 — an update changes one setting, and suddenly something that worked fine stops. This guide covers every real fix, including one specific setting most guides skip entirely.

    The Fix Most Guides Miss

    Before anything else, check this one setting if you’ve ever connected an external mouse to your laptop. Windows 11 has an option that automatically disables the touchpad whenever a mouse is plugged in. It can stay disabled even after you unplug the mouse and restart.

    How to check:

    1. Go to Settings > Bluetooth & devices > Touchpad
    2. Scroll down and find Leave touchpad on when a mouse is connected
    3. Turn it on, even if you don’t currently have a mouse plugged in

    This single toggle resolves the issue for a genuinely large number of people. It’s the fix most competing guides bury or skip entirely, according to real user reports on Microsoft’s own community forums.

    Why Touchpads Actually Stop Working

    Beyond that specific setting, a handful of common causes explain most cases of laptop touchpad not working on Windows 11. It’s a similar mix of causes to what we saw when troubleshooting printer connections:

    • The touchpad got disabled by a function key — easy to trigger by accident, especially on laptops where the shortcut sits near frequently used keys
    • A driver got corrupted or replaced — Windows updates occasionally swap a working driver for a generic one
    • The touchpad is disabled in BIOS — rare, but it happens, usually after a BIOS update or reset
    • Physical debris or damage — dust, liquid residue, or pressure damage can make a touchpad unresponsive

    Work through the fixes below in order. Most cases resolve within the first three steps.

    1. Check the Physical Toggle or Function Key Shortcut

    Many laptops have a dedicated key or Fn key combination that toggles the touchpad on and off. It’s easy to hit by accident while typing.

    How: Look for a key with a touchpad icon, often combined with Fn and one of the F1–F12 keys (commonly F6, F7, or F8, though this varies by brand). Press the combination once, then test the touchpad.

    2. Confirm the Touchpad Is Enabled in Settings

    If the physical shortcut didn’t help, confirm Windows itself has the touchpad turned on.

    How: Go to Settings > Bluetooth & devices > Touchpad, and make sure the toggle at the top is switched on. If it’s already on, move to the next step.

    3. Disconnect Any External Mouse and Retest

    Since the mouse-connection setting from earlier is such a common cause of laptop touchpad not working on Windows 11, it’s worth testing directly, even if you’ve already flipped that toggle.

    How: Unplug any USB or Bluetooth mouse, then test the touchpad. If it works immediately with the mouse disconnected, that confirms the setting was the root cause. The fix from Step 1 should resolve it permanently.

    4. Run the Windows Hardware Troubleshooter

    Windows has a built-in diagnostic tool that catches common causes of laptop touchpad not working on Windows 11 automatically.

    How: Go to Settings > System > Troubleshoot > Other troubleshooters, find Hardware and Devices, and click Run. Restart your laptop once it finishes.

    5. Update or Reinstall the Touchpad Driver

    This is the step that resolves most cases of laptop touchpad not working on Windows 11 after a recent update, since it can silently replace a working driver with a generic one.

    How:

    1. Right-click the Start button and open Device Manager
    2. Expand Human Interface Devices or Mice and other pointing devices, and look for your touchpad, often labeled Synaptics, ELAN, or a similar brand name
    3. Right-click it, select Update driver > Search automatically for updated driver software
    4. If that doesn’t help, try Uninstall device, then restart your laptop. Windows will usually reinstall the driver automatically

    6. Check for Gesture Settings Interfering

    If basic movement works but gestures like scrolling or pinch-to-zoom don’t, the issue is likely with specific gesture settings. It’s usually not the touchpad hardware itself.

    How: Go to Settings > Bluetooth & devices > Touchpad, and scroll to Gestures & interaction. Expand each category and confirm the gestures you rely on are actually turned on.

    7. Check BIOS Settings (Less Common)

    If laptop touchpad not working on Windows 11 persists even before Windows fully loads, it’s worth checking whether it’s disabled at the BIOS level.

    How: Restart your laptop and enter BIOS setup, usually by pressing F2, Del, or Esc during startup (the exact key varies by manufacturer). Look for a touchpad or internal pointing device option, and confirm it’s enabled.

    When It’s Likely a Hardware Problem

    If you’ve worked through every fix above and the touchpad still doesn’t respond, physical damage becomes the more likely explanation. Dust, liquid residue under the surface, or pressure damage from being dropped can all cause a touchpad to stop responding regardless of software settings. At this point, a repair shop or your laptop manufacturer’s support team is the more realistic next step. Replacing a physically damaged touchpad requires opening the laptop.

    Frequently Asked Questions

    Can I use an external mouse while I troubleshoot? Yes, and it’s actually a helpful diagnostic step. If your mouse works fine, that rules out a broader USB or driver failure and narrows the problem down to the touchpad specifically.

    Does this fix apply to all laptop brands? The core Windows settings apply universally. However, the exact function key shortcut and BIOS menu layout vary between Dell, HP, Lenovo, Asus, and other manufacturers. Check your laptop’s specific manual if the general Fn key combinations listed above don’t match.

    Why did my touchpad stop working right after a Windows update? This usually points to a driver conflict, where the update installed a generic driver instead of your laptop’s specific one. Reinstalling the manufacturer’s driver directly, rather than relying on Windows’ automatic search, often resolves this faster.

    Is it safe to update the touchpad driver myself? Yes. Updating or reinstalling a driver through Device Manager is a standard, low-risk troubleshooting step. Windows is designed to handle it safely, including automatically reinstalling a working driver if you remove the current one.

    The Bottom Line

    Laptop touchpad not working on Windows 11 is rarely a hardware failure. The fix most people miss is checking whether an external mouse silently disabled it. Start there, then work through the function key shortcut, the Settings toggle, and a driver update before assuming the worst. If you’ve genuinely exhausted every software fix and the touchpad remains unresponsive, that’s the point where physical damage becomes the more likely explanation, and professional repair is the next reasonable step.

  • Windows 11 File Explorer Crashing? Every 2026 Fix | TechWebN

    File Explorer freezes mid-click. The taskbar vanishes. Icons turn blank. If you’ve hit any of these in 2026, you’re not imagining a one-off glitch. Windows 11 file explorer crashing has actually happened for three separate, confirmed reasons this year alone, each tied to a specific update. Most guides cover just one of them. This one covers all three, plus what to do if none of those match what you’re seeing.

    Bug 1: The January 2026 Taskbar Disappearing Bug

    If your taskbar and Start menu vanished entirely after a January 2026 update, this was a real, Microsoft-confirmed bug. It wasn’t a fluke on your machine. Explorer.exe crashed and took the entire desktop UI down with it, since that process controls the taskbar, Start menu, and desktop icons all at once. It’s a similar story to the Bluetooth visibility bug we’ve covered before, where a Windows update quietly broke something that used to just work.

    The fix: Microsoft shipped KB5074105 as an optional update to resolve this specifically. Check for pending updates now if you haven’t installed it. In the meantime, press Ctrl + Shift + Esc to open Task Manager and restart the explorer.exe process. That brings the desktop back temporarily.

    Bug 2: The April 2026 Blank Icons and Slow Search Bug

    After the April 2026 cumulative update, a different problem emerged. File Explorer would crash mid-navigation, desktop icons would turn blank or white, and search would lag noticeably with every keystroke.

    The fix: This one traces back to a corrupted icon cache. Rebuilding it resolves most cases.

    1. Open Task Manager (Ctrl + Shift + Esc)
    2. Find Windows Explorer, right-click, and select End task
    3. Open a new Task Manager window, click File > Run new task, type explorer.exe, and press Enter to restart it

    If icons stay blank after that, running sfc /scannow in an elevated Command Prompt or PowerShell window scans for and repairs any deeper system file corruption.

    Bug 3: The July 2026 Freeze-on-Click Bug

    The most recent confirmed issue causing Windows 11 file explorer crashing came after the July 2026 cumulative update. File Explorer would freeze for several seconds and then restart itself. This happened specifically when clicking on image files, right-clicking most files, or opening zip archives.

    The fix: This bug is still being tracked in Microsoft’s own community forums as of this writing. The most reliable fix is checking Settings > Windows Update for the latest cumulative update, since Microsoft typically ships a follow-up patch for issues like this within a few weeks. If you need Explorer usable in the meantime, disabling the preview pane (View > Show > Preview Pane, toggle off) has helped some users avoid the crash trigger while a permanent fix rolls out.

    None of These Match What You’re Seeing? General Fixes to Try

    If your file explorer crashing symptoms don’t line up with any of the specific bugs above, work through these general fixes in order.

    Restart the Explorer Process

    The fastest, safest first step for almost any case of file explorer crashing.

    How: Press Ctrl + Shift + Esc, find Windows Explorer, right-click it, and select Restart.

    Clear File Explorer History and Cache

    A cluttered Explorer history can occasionally cause instability, especially after heavy file browsing sessions.

    How: Open File Explorer, click the three-dot menu, select Options, and under the General tab, click Clear next to File Explorer history.

    Check for a Problematic Third-Party Extension

    Context-menu extensions from apps like archive tools, cloud storage clients, or media players are a common, often-overlooked cause of Explorer instability — the same kind of software clutter we covered in our guide on removing bloatware from Windows 11.

    How: Boot into a clean startup by disabling all non-Microsoft services temporarily. Go to Task Manager > Startup apps, and disable each one. Check if Explorer stabilizes. If it does, re-enable services in batches to isolate which one was causing the conflict.

    Run System File Checker and DISM

    For deeper corruption that a simple restart won’t fix, these built-in tools scan and repair Windows system files.

    How: Open an elevated Command Prompt or PowerShell window and run:

    sfc /scannow
    

    Then follow with:

    DISM /Online /Cleanup-Image /RestoreHealth
    

    Let both finish completely before restarting your PC.

    When to Consider a More Involved Fix

    If you’ve worked through the specific bug fixes and the general troubleshooting above, and file explorer crashing is still happening, a couple of deeper options remain. You can try rolling back the most recent Windows update through Settings > Windows Update > Update history > Uninstall updates. Or, as a last resort, run a Windows repair install that keeps your files and apps while replacing system files. Both are more involved than anything above, so try them only after the faster fixes have been ruled out.

    Frequently Asked Questions

    How do I know which of the three 2026 bugs I’m dealing with? Match the symptom to the bug. Taskbar and Start menu vanishing entirely points to the January bug, blank icons with slow search points to April, and freezing specifically when clicking image files or right-clicking points to July.

    Is it safe to restart explorer.exe? Yes, completely. It only restarts the process managing your desktop and file windows. No data is affected, and open documents in other apps stay open.

    Should I uninstall the update that caused the crash? As a temporary workaround, yes, this can help. But Microsoft typically ships a proper fix within the following update cycle. Reinstalling once that’s available is usually better than staying on an older, unpatched version long-term.

    Does this affect Windows 10 too? These three specific bugs were tied to Windows 11 cumulative updates. But file explorer crashing in general can happen on Windows 10 as well, and the general fixes above — restarting Explorer, clearing cache, running SFC — apply to both versions.

    The Bottom Line

    Windows 11 file explorer crashing in 2026 has a real, documented history. Three separate bugs, three separate fixes, each tied to a specific update. Match your symptoms to the right bug above first, since that’s often the fastest path to a fix. If nothing matches, the general troubleshooting steps resolve the vast majority of remaining cases. A full system update check should always be your first move regardless of which specific issue you’re facing.

  • Bluetooth Not Working on Windows 11? Fix It (2026) | TechWebN

    Your wireless mouse suddenly stutters like it’s running out of battery, even though it’s fully charged. Or your headphones just won’t show up in the device list at all. Bluetooth on Windows 11 has a habit of quietly breaking, and it rarely tells you why.

    Here’s the good news: bluetooth not working on Windows 11 is almost always a software issue, not a dead adapter. It’s the same kind of quiet software clutter we’ve seen with other Windows quirks, like the printer offline errors we covered recently. This guide covers every fix, ordered from the fastest checks to the deeper driver work, plus a real 2026 bug worth ruling out first.

    Start Here: The 2026 Bug You Should Know About

    Before diving into troubleshooting, check one thing first. Microsoft confirmed a bug affecting Windows 11 versions 24H2 and 25H2. Bluetooth devices stopped appearing in Settings or Quick Settings, even though they were still connected and working normally behind the scenes. Microsoft shipped a fix, KB5084897, but it only reached Enterprise systems through hotpatching initially. Home users got the correction through regular monthly updates instead — a good reminder to keep Windows updated even on a machine that already feels stable.

    If your Bluetooth devices seem to have vanished from view but nothing has actually stopped working, this bug is a likely explanation. Installing any pending Windows updates should resolve it.

    Why Bluetooth Actually Breaks

    Beyond that specific bug, a handful of common causes account for most cases of bluetooth not working on Windows 11:

    • Windows Update replaced the driver — the single most frequent cause, since generic Microsoft drivers don’t always match your specific adapter
    • The Bluetooth Support Service got stuck — this background service manages every connection. If it stalls, nothing connects
    • Power management is too aggressive — Windows sometimes turns off Bluetooth hardware to save power, causing random disconnects
    • A physical switch or Airplane Mode is on — easy to overlook, especially on laptops with a dedicated wireless toggle key

    Work through the fixes below in order. Most problems resolve within the first two or three steps.

    1. Confirm Bluetooth Is Actually On

    Before anything technical, rule out the obvious. This is the fastest fix for bluetooth not working on Windows 11, and it catches more cases than you’d expect.

    How: Click the Network, Sound, or Battery icon on your taskbar, then check the Bluetooth quick setting tile. Also confirm Airplane Mode is off, since it silently disables all wireless radios, including Bluetooth.

    2. Run the Built-In Bluetooth Troubleshooter

    Windows has an automated diagnostic tool that catches a surprising number of common issues before you ever need to open Device Manager.

    How: Go to Settings > System > Troubleshoot > Other troubleshooters, find Bluetooth, and click Run. This is a genuinely low-risk first step. Microsoft’s own support documentation recommends starting here before anything more involved.

    3. Remove and Re-Pair the Device

    A corrupted pairing can cause a device to appear connected while not actually working. It can also fail to connect at all, despite showing up in the list.

    How:

    1. Go to Settings > Bluetooth & devices > Devices
    2. Find the problem device, click the three-dot menu, and select Remove device
    3. Put the device back into pairing mode
    4. Click Add device and pair it again from scratch

    4. Restart the Bluetooth Support Service

    If re-pairing didn’t help, the background service managing your Bluetooth connections may have stalled — a common, easy-to-miss cause of bluetooth not working on Windows 11.

    How:

    1. Press Windows key + R, type services.msc, press Enter
    2. Find Bluetooth Support Service
    3. Right-click it and select Restart
    4. Try connecting your device again

    5. Update or Reinstall the Bluetooth Driver

    This is the step that resolves most cases of bluetooth not working on Windows 11 after a recent update, since Windows can silently replace a working driver with a generic one.

    How:

    1. Open Device Manager (search for it in the taskbar)
    2. Expand Bluetooth, right-click your adapter
    3. Select Update driver > Search automatically for updated driver software
    4. If that doesn’t help, try Uninstall device, then restart your PC. Windows will usually reinstall the driver automatically

    6. Adjust Power Management Settings

    Windows aggressively manages power to save battery. This can cause Bluetooth to disconnect or become unreachable, especially on laptops.

    How:

    1. Open Device Manager, expand Bluetooth, right-click your adapter, and select Properties
    2. Open the Power Management tab
    3. Uncheck Allow the computer to turn off this device to save power

    7. Check for a Physical Wireless Switch

    Some laptops have a dedicated hardware switch or key combination, often Fn plus a function key, that disables all wireless radios. This includes Bluetooth, and it works separately from the Windows software settings.

    How: Check your laptop’s manual for a wireless toggle key, and confirm it hasn’t been switched off by accident.

    Frequently Asked Questions

    Does this apply to Windows 10 too? Mostly, yes. Menu paths differ slightly, with Windows 10 using Start > Settings > Devices instead, but the underlying fixes for bluetooth not working stay the same. Keep in mind Microsoft ended free Windows 10 support in October 2025, so moving to Windows 11 provides a more current support path going forward.

    Why did my Bluetooth device disappear from Settings, even though it still works? This matches the 2026 bug described above. Check for pending Windows updates, since the fix ships through regular monthly patches for most home users.

    Is a driver reinstall safe? Yes. Windows automatically finds and reinstalls a fresh driver after you uninstall the device in Device Manager and restart. You won’t be left without one.

    Could my headphones or mouse itself be the problem, not Windows? Possibly, especially if the same accessory fails to connect to other devices too. Before assuming bluetooth not working on Windows 11 is a system-wide issue, try pairing the accessory with a phone or another computer to rule out a hardware problem on its side.

    The Bottom Line

    Bluetooth not working on Windows 11 is almost always fixable without replacing anything. Start by ruling out the 2026 visibility bug. Then work through the toggle check, the built-in troubleshooter, and re-pairing before touching drivers. If you’ve made it through everything above, adjusting power management or checking for a physical wireless switch usually catches whatever’s left.