Share via

Windows 11 launches stripped‑down Word viewer instead of desktop Word; protocol handlers and COM registrations missing even after Online Repair

Luis Perez-Venegas 20 Reputation points
2026-03-10T04:11:47.08+00:00

Current System State

1. Office binaries

  • Verified present and intact under C:\Program Files\Microsoft Office\root\Office16.
  • Launchable directly, but still open the viewer shell.
  • Not replaced by Store apps; no AppX version of Word is installed.

2. Registration layer failures

  • ms-word: and microsoft-word: protocol handlers are missing entirely.
  • .docx, .doc, .rtf file associations are broken and cannot be reassigned to desktop Word.
  • Default Apps only offers “Browse apps in the Microsoft Store.”

COM registration for Word.Application and shell open commands for Word.Document.12 appear missing or invalid.

3. Store interference ruled out

No Store-based Word app.

No “Office Desktop Apps” package.

PowerShell enumeration shows only two benign Office utilities (OfficePushNotificationUtility and ActionsServer).

No hidden AppX stubs.

Troubleshooting Already Performed

  • Verified integrity of Office binaries.
  • Confirmed absence of Office Hub and other Store components.
  • Ran Online Repair (not Quick Repair).
  • Online Repair completed successfully but did not rebuild any of the missing registration components.
  • System still launches the fallback viewer.

What I’m Looking For

I’m seeking guidance from people familiar with deep Windows registration internals, specifically:

  • How to identify missing or corrupted keys in HKCR and related hives.
  • PowerShell techniques for enumerating orphaned COM classes and AppModel registrations.
  • Whether SxS assembly corruption or AppModel Runtime failures could block Word registration.
  • Whether there are known cases where Online Repair fails to rebuild protocol handlers.

My Current Hypothesis

At this point, I suspect the Windows registration layer is damaged beyond the reach of standard repair tools. A bare‑metal rebuild may be the only reliable fix, since it resets:

  • Registry hives
  • AppModel Runtime
  • COM registration
  • SxS assemblies
  • Protocol handlers
  • File associations
  • Virtualization layers
  • Windows Installer database

If the issue persists even after a clean rebuild, the remaining explanation is that Word’s registration model has an edge‑case failure that this system has exposed.

Any insights, diagnostic steps, or confirmation from others who have seen this failure mode would be greatly appreciated.

Microsoft 365 and Office | Word | For home | Windows

Answer accepted by question author
  1. Ramesh Srinivasan 78,510 Reputation points Independent Advisor
    2026-03-10T19:11:21.44+00:00

    Hi Luis,

    How are you launching Word? Can you please try running the following command from the Start/Run dialog?

    winword.exe /safe
    
    1 person found this answer helpful.

Answer recommended by moderator
  1. Luis Perez-Venegas 20 Reputation points
    2026-03-10T21:21:01.2733333+00:00

    Ramesh: Here are two screenshots of my Word interface.

    Screenshot of Word Home Ribbon

    Screenshot of Word Interface - File


6 additional answers

Sort by: Most helpful
  1. Charles Kenyon 166.1K Reputation points Volunteer Moderator
    2026-03-10T16:19:41.3933333+00:00

    Did you uninstall Office per recommendation by Ramesh? Using the special tool you can download?

    Then restart your computer?

    Then reinstall Office desktop apps from your Microsoft account?

    1 person found this answer helpful.

  2. Suzanne S Barnhill 277K Reputation points MVP Volunteer Moderator
    2026-03-10T11:43:33.6566667+00:00

    It sounds very much as if you are opening online Word (Word for the Web) rather than the desktop application.

    1 person found this answer helpful.

  3. Q&A Assist
    2026-03-10T04:11:59.6766667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Online Repair is the supported way to rebuild Word’s registrations when the “Repair now” prompt and Quick Repair are ineffective. When Word shows “We’re sorry but Word has run into an error that is preventing it from working correctly… Would you like to repair now?” and that path fails, the recommended resolution is to run a full Online Repair of Office from Windows Settings rather than relying on the in‑app repair.

    To run a full Online Repair on Windows 11:

    1. Right‑click the Start button and select Installed apps.
    2. Find the Microsoft 365 or Office product, select the ellipses (three dots), and choose Modify.
    3. In the repair dialog, choose Online Repair > Repair (this is more thorough than Quick Repair and is the option recommended for this class of Word errors).
    4. Follow the on‑screen instructions and let Office reinstall/repair completely.

    This process repairs the entire Office suite, including Word, and is the supported method when Word’s registration and startup behavior are broken. The automatic “Repair now” path inside Word typically corresponds to a Quick Repair and is noted as generally ineffective for these recurring “run into an error” scenarios; the Online Repair is the documented next step.

    If Online Repair has already been run once, repeating it from Windows Settings (ensuring Online Repair is explicitly selected) is still the prescribed remediation in the available guidance for persistent Word startup/registration issues.


    References:

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.