How to Stop Edge From Becoming the Default PDF Reader on Windows 11
🔍 WiseChecker

How to Stop Edge From Becoming the Default PDF Reader on Windows 11

Quick fix: Open Settings → Apps → Default apps, find your preferred PDF reader (Adobe Acrobat Reader, Foxit, etc.) — or scroll down and click Choose defaults by file type, find .pdf, and pick a different app.

Every time you double-click a PDF, Edge opens it. You installed Adobe Acrobat Reader, but Edge keeps grabbing the .pdf association on Edge updates, Windows feature updates, or seemingly randomly. Microsoft has made Edge the strong default for PDFs in Windows 11, and resetting it requires both choosing a different default and blocking Edge from re-claiming the association.

Symptom: PDF files open in Edge instead of your preferred PDF reader, despite having set a different default.
Affects: Windows 11 (and Windows 10) after Edge updates or feature updates.
Fix time: ~3 minutes.

ADVERTISEMENT

What causes this

File association in Windows 11 is set per user, per file extension. When you install Acrobat Reader, the installer registers itself for .pdf, .fdf, and other Adobe formats. Setting a default requires you to either confirm the association from the installer’s prompt or manually pick the app in Settings → Default apps. Edge updates sometimes register Edge as a handler for .pdf again, and Windows feature updates can reset the per-user default back to Edge.

The fix is to set the default explicitly in Settings, and on Windows 11 Pro/Enterprise, lock it via policy so updates can’t override.

Method 1: Set PDF default via Settings → Default apps

The standard approach.

  1. Open Settings → Apps → Default apps.
  2. In the search box at the top of the page, type your preferred PDF reader name (e.g., Acrobat Reader) and click the result.
  3. The app’s page shows a list of file types it can handle.
  4. Find .pdf in the list. Click it.
  5. In the dialog, select your PDF reader from the list. Click Set default.
  6. While here, also set other PDF-related types if your app supports them: .fdf, .xfdf.
  7. For each, choose your reader and click Set default.
  8. Close Settings. Double-click any PDF — it should open in your chosen reader.

The change is per-user, persistent across reboots, but can be overridden by Edge updates (Method 2) or feature updates (Method 3).

ADVERTISEMENT

Method 2: Block Edge from re-claiming the PDF association

Stops Edge from grabbing the .pdf association on its next update.

  1. Open Edge. Click the three-dot menu → Settings.
  2. Click Cookies and site permissions in the left sidebar.
  3. Scroll to PDF documents (or in newer Edge: PDFs under Site permissions).
  4. Toggle Always download PDF files to On. This makes Edge save PDFs to Downloads instead of opening them inline.
  5. This doesn’t prevent Edge from being the .pdf default for double-clicking files in Explorer, but it stops Edge from opening PDFs from web links. Combine with Method 1 for full coverage.
  6. For a stronger block, in the same panel set Sites can ask to be the default browser to Off so Edge stops auto-prompting.

This handles the half of the issue where you click a PDF link in another app and Edge handles it via its browser-side handler.

Method 3: Lock the PDF default via Group Policy or registry

For Pro/Enterprise users and managed environments. Survives Edge and Windows updates.

  1. Create a default associations XML file. Open Notepad as administrator.
  2. Paste this template (adjust the ProgId to match your PDF reader):
    <?xml version="1.0" encoding="UTF-8"?>
    <DefaultAssociations>
      <Association Identifier=".pdf" ProgId="AcroExch.Document.DC" ApplicationName="Adobe Acrobat Reader" />
    </DefaultAssociations>

    For Foxit Reader, use ProgId Foxit.PhantomPDF.Document or check via assoc .pdf.

  3. Save as C:\Windows\System32\DefaultAssociations.xml.
  4. Open gpedit.mscComputer Configuration → Administrative Templates → Windows Components → File Explorer.
  5. Open Set a default associations configuration file. Set to Enabled and enter the path C:\Windows\System32\DefaultAssociations.xml.
  6. Apply: gpupdate /force.
  7. The default association is now policy-locked. Edge cannot re-claim .pdf on its updates.

This is the strongest available defense. Used by enterprises to prevent Edge from interfering with corporate PDF workflows.

How to verify the fix worked

  • Double-click any PDF in File Explorer. It opens in your preferred reader, not Edge.
  • Right-click a PDF → Open with. The default (bold) entry shows your preferred reader.
  • Open Settings → Apps → Default apps, search for your reader. Click .pdf entry — it shows your reader as the default.
  • Visit a web page with a PDF link. The PDF downloads or opens in your default reader (if you set Method 2’s “Always download” option).

If none of these work

If PDFs still open in Edge despite all three methods, three remaining causes apply. Edge installer recently ran: Edge updates sometimes prompt “Make Edge the default browser?” — declining that doesn’t always stop the PDF re-claim. Reopen Settings → Default apps and re-set .pdf. Acrobat Reader installation broken: the registry handlers may have been partially removed. Uninstall and reinstall Adobe Acrobat Reader, then set as default again. Group Policy from Intune: a corporate management server may be enforcing Edge as the PDF default; contact your IT admin to add an exception. For chronic re-association after every Edge update on personal PCs, a registry tweak helps: navigate to HKEY_CLASSES_ROOT\.pdf, set the default value to your PDF reader’s ProgId (e.g., AcroExch.Document.DC). This is a per-user-class-root setting; it overrides the per-user choice but is more durable.

Bottom line: Edge keeps claiming PDFs because of update-time re-registration — set your reader as default in Settings, block Edge’s inline PDF behavior, and lock the association via policy if you have Pro/Enterprise.

ADVERTISEMENT