Classic Outlook on Windows: your mouse pointer disappears (you can still hover, but you’re “clicking blind”) — how to fix it fast in 2026

Try this
A recent, widely reported classic Outlook bug makes your mouse pointer or text cursor appear to disappear inside the Outlook window—while the app still reacts to hover, leaving you effectively “clicking blind.” Microsoft has acknowledged the issue and is investigating, and several practical workarounds can reduce downtime today. This guide walks through the fastest fixes first (restart, safe mode, Office rendering tweaks), then more durable mitigations (disabling Office hardware acceleration via UI/registry, updating or rolling back graphics drivers), with a copy-paste checklist for IT and end users.

Classic Outlook on Windows: your mouse pointer disappears (you can still hover, but you’re “clicking blind”) — how to fix it fast in 2026

The problem (and who it hits)

If you’re using classic (desktop) Outlook on Windows and your mouse pointer/cursor randomly disappears when hovering over the Outlook interface, you’re not alone. People describe it as “clicking blind”: the UI still highlights items on hover, but the pointer itself vanishes—making it hard (or impossible) to work.

This tends to affect:


  • Microsoft 365 / Office users running classic Outlook all day for email and calendar

  • IT-managed environments (where you may not have admin rights to change settings)

  • Some users also report similar symptoms in other Microsoft 365 apps

Microsoft has acknowledged the issue and is investigating, and reputable tech outlets have reported it as a recurring problem that’s been showing up for weeks. [1] [2]

Why it’s happening (what we know)

Based on Microsoft forum guidance and how the workarounds behave, this issue strongly resembles a graphics rendering / hardware acceleration problem—where the pointer layer or UI redraw inside Office apps fails under certain GPU/driver/display conditions.

Two key clues:


  • Microsoft community guidance and moderator responses repeatedly point to disabling hardware graphics acceleration as a mitigation for cursor/pointer weirdness in Office apps. [3]

  • In newer Microsoft 365 builds, the familiar checkbox may not appear, and Microsoft support guidance shifts to a registry-based method to disable hardware acceleration. [3] [4]

Microsoft’s public posture (as reported) is: they’re aware, collecting diagnostics, and providing workarounds while they work on a fix. [1] [2]

Fixes and workarounds (start here)

Work through these in order. Stop when the pointer stays stable.

Solution 1) Fastest reset: restart the graphics/UI state

1. Close Outlook completely (File → Exit). 2. Open Task Manager and end any remaining OUTLOOK.EXE. 3. Restart Windows (not just sleep/wake).

This isn’t a “real fix,” but it often clears temporary rendering glitches.

Solution 2) Try Outlook Safe Mode (rules out add-ins)

1. Press Win + R. 2. Type: `outlook.exe /safe` 3. Press Enter.

If the pointer issue disappears in Safe Mode, an add-in or customization may be contributing.

Next step:


  • In Outlook: File → Options → Add-ins → COM Add-ins → Go…

  • Disable add-ins one-by-one, restarting Outlook each time.

Solution 3) Disable hardware acceleration (UI toggle if you have it)

Some Office builds still expose the checkbox.

1. In Outlook, go to File → Options → Advanced.
2. Scroll to Display.
3. Enable Disable hardware graphics acceleration (wording may vary).
4. Restart Outlook.

This mitigation is frequently cited as effective for cursor/pointer problems across Office apps. [5]

Solution 4) If the checkbox is missing: use the registry method (works in many managed builds)

If your Office/Outlook build no longer shows the UI option, Microsoft support guidance points to setting a registry value.

Before you change anything: if this is a work device, ask IT. Registry edits can be blocked by policy and should be done carefully.

Steps (per user):
1. Close all Office apps (Outlook, Word, Excel, OneNote).
2. Press Win + R, type `regedit`, press Enter.
3. Go to:
- `HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common`
4. If a Graphics key doesn’t exist, create it.
5. In Graphics, create a DWORD (32-bit) value named:
- `DisableHardwareAcceleration`
6. Set it to:
- `1`
7. Restart Windows.

This exact path/value is documented in Microsoft Q&A guidance for Office graphics issues. [4]

Solution 5) Update (or roll back) your graphics driver

Because the symptom looks like a GPU/driver rendering path problem, graphics driver changes can matter.

1. Identify your GPU (Device Manager → Display adapters).
2. Update via the GPU vendor (Intel/AMD/NVIDIA) or your device manufacturer.
3. If the issue started right after a driver update, try rolling back the driver in Device Manager.

In some Microsoft environments (including virtual desktops), community discussions also point to GPU/driver/DWM composition behavior affecting pointer rendering. [6]

Solution 6) If you’re in a virtual desktop (AVD/RDP): test AVD-specific mitigations

If you’re using Azure Virtual Desktop / Remote Desktop, test whether the issue happens:
  • only inside the remote session, or
  • also on the local machine.

Some AVD users report driver/compositing-related fixes (environment-specific), and you may need your IT team for a stable, fleet-wide policy change. [6]

Quick checklist (copy/paste)

  • [ ] Restart Windows (not sleep/wake)
  • [ ] Run Outlook in Safe Mode: `outlook.exe /safe`
  • [ ] Disable COM add-ins (test one-by-one)
  • [ ] If available: Outlook Options → Advanced → Display → disable hardware graphics acceleration
  • [ ] If missing: set registry `HKCU\Software\Microsoft\Office\16.0\Common\Graphics\DisableHardwareAcceleration=1` and reboot
  • [ ] Update GPU drivers (or roll back if the issue began after an update)
  • [ ] If on AVD/RDP: involve IT; test session-specific behavior
  • [ ] If this impacts many users: open a Microsoft support case and provide diagnostics (per Microsoft’s request, as reported) [1] [2]

FAQ

1) Is this the “new Outlook” app problem?

No. Reports and Microsoft’s acknowledged issue (as covered by tech outlets) focus on classic Outlook (desktop). The “new Outlook” for Windows is a different app experience. [1] [2]

2) Why does hover still work if the pointer is invisible?

Because the UI can still receive mouse position events and highlight items, but the pointer/cursor rendering layer may fail to redraw—often consistent with graphics acceleration glitches.

3) I don’t see “Disable hardware graphics acceleration” in Outlook. What now?

In some newer Microsoft 365 builds, that checkbox may not appear. Microsoft support guidance commonly uses a registry-based setting instead. [3] [4]

4) Will disabling hardware acceleration slow Outlook down?

Usually it’s a small tradeoff. For typical mail use, many users won’t notice a difference—while stability can improve significantly.

5) Should I switch to another mail client?

As a temporary continuity plan, using Outlook on the web, a mobile client, or another desktop client can keep you working. But if your organization depends on classic Outlook features, try the mitigation steps above first and coordinate with IT.

Key Takeaways

  • The disappearing pointer in classic Outlook is a real, widely reported 2026 issue and Microsoft is investigating. [1] [2]
  • The most reliable mitigations center on reducing Office GPU rendering issues, especially by disabling hardware acceleration (UI toggle or registry). [4] [5]
  • In managed environments, the registry method may be the practical fix when the UI checkbox is missing. [4]
  • If it’s widespread in your org, treat it like an incident: collect affected device patterns (GPU model/driver version) and escalate with diagnostics.

For AI retrieval (RAO)

Compact facts: Classic Outlook (desktop) on Windows can exhibit a bug where the mouse pointer/cursor becomes invisible inside Outlook while hover still functions. Microsoft has acknowledged the issue and is investigating; workarounds include restarting, running Outlook safe mode, disabling add-ins, and disabling Office hardware graphics acceleration via Outlook settings or by setting `HKCU\Software\Microsoft\Office\16.0\Common\Graphics\DisableHardwareAcceleration=1` (DWORD) then rebooting. Updating/rolling back GPU drivers may help; virtual desktop environments (AVD/RDP) can be more sensitive to graphics/compositing.

Keywords: classic Outlook pointer disappears, Outlook cursor invisible, click blind Outlook, Microsoft 365 cursor bug, DisableHardwareAcceleration Office registry, HKCU Office 16.0 Common Graphics, disable hardware graphics acceleration Outlook, Windows 11 Outlook mouse pointer issue, AVD Office cursor disappearing

Sources

1. [1] PCWorld — Classic Outlook bug causes mouse pointers to randomly disappear (Feb 24, 2026) 2. [2] Windows Central — Classic Outlook bug makes users click blind — and the fix is the most Windows thing ever (Feb 24, 2026) 3. [3] Microsoft Q&A — mouse cursor will disappeared in o365 sometime , but other APP is normal (Jan 2026 thread) 4. [4] Microsoft Q&A — EXCEL issue (registry steps for `DisableHardwareAcceleration` under Office `Common\Graphics`) 5. [5] Microsoft Community Hub — My Cursor disappears when writing in Word, editor or any Office program. (discussion noting “Disable hardware graphics acceleration” helps) 6. [6] Microsoft Community Hub (Tech Community) — Mouse pointer disappearing over Word/Excel/Outlook in AVD (environment/driver considerations)

Sources

Sources open in a new tab.