Windows 11 makes switching your default browser more annoying than Windows 10—by design. Microsoft routes HTTP, HTTPS, PDF, and sometimes HTML file associations through separate settings pages instead of one prompt. Understanding that structure saves twenty minutes of clicking and explains why your “default” Chrome or Firefox still opens News in Edge sometimes.

This article is for anyone who chose Brave, Firefox, Chrome, or Vivaldi and wants every web link to respect that choice—including mailto if you switch mail apps later. We cover the Settings UI path, per-protocol fixes, enterprise policies briefly, and how to undo mistakes.

Before you begin

Prerequisites: Install the browser first from its official site or Microsoft Store (Store installs have sandbox limits—prefer direct installers for some browsers).

Backups: None required; you can revert defaults anytime.

Risks: Clicking the wrong app for PDF or FTP can confuse double-click behavior—only change protocols you understand.

Set the main browser default (Windows 11 UI)

Settings → Apps → Default apps → select your browser (e.g., Google Chrome).

Click Set default at the top if the button appears—Windows 11 22H2+ consolidated some steps.

Why a button? Newer builds batch-associate http/https/.htm/.html when vendors support the API.

Manual per-file-type method (still common)

On the same Default apps page for your browser, scroll Set default file types or link types and set each entry:

  • HTTP
  • HTTPS
  • .htm / .html (often listed as HTM/HTML)
  • PDF (if you want the browser, not Acrobat/Edge)

Why per-type? Windows stores defaults per protocol/extension; missing one leaves Edge as the straggler for PDFs or links from certain apps.

Widgets, Search, and some built-in apps ignore default browser settings by policy. Removing Edge entirely breaks Windows features—instead, disable Edge as default PDF handler if Adobe or Sumatra should open PDFs.

Why widgets still open Edge? They are not generic HTTP launches—they are hosted experiences Microsoft treats separately.

Browser vendor shortcuts

Chrome and Firefox ship “Make default” buttons in settings that deep-link to the right Windows pages—use them if you are lost in Settings.

Why use them? Vendors update paths when Windows moves UI between builds.

Command-line and scripting (advanced)

Default associations can be exported:

dism /online /Export-DefaultAppAssociations:C:\backup\defaults.xml

Import on another machine with caution—versions must match closely.

Why export? Imaging PCs for family members with the same browser choice.

Browser-specific notes

Firefox: Settings → General → Set as default opens Windows default apps for Mozilla.

Chrome/Brave: Settings → Default browser → Make default.

Edge removal: Not recommended; some Windows components assume Edge libraries exist.

Testing your configuration

After changes, click links from:

  • A plain .html file in File Explorer
  • An email client link (HTTP)
  • A PDF double-click

If any open the wrong app, revisit Default apps for that protocol only.

ARM vs x64 browsers

On ARM Windows laptops, install native ARM64 browsers when available for battery and performance—x64 emulation works but uses more power.

PWA and installed web apps

PWAs installed to Start may still open in the browser engine that installed them—set defaults before promoting sites to apps.

Email, maps, and music defaults

Default apps page also controls Email, Maps, Music, and Video handlers—set once to avoid mixed experiences when clicking newsletter links or Spotify URIs.

EU DMA changes

European markets may see additional choice screens—if you travel with a laptop, defaults may reset after major feature updates; re-check after returning from abroad.

Import bookmarks and passwords

After switching defaults, import data from old browser via built-in import wizards—defaults do not migrate data. Export Edge favorites before removal if Edge was your prior daily driver.

Security software browser plugins

Some AV suites inject extensions that override search—configure AV to stop URL filtering if it hijacks defaults despite Windows settings.

School and kiosk PCs

Shared PCs may use Group Policy to lock Edge—home users rarely see this, but school laptops might ignore consumer default browser settings until IT changes policy. Ask the administrator instead of fighting Software Restriction Policies.

Multiple user accounts

Defaults are per user. If you share a PC, each account must set its own browser defaults under that profile—changing yours does not change your partner’s Start links.

Accessibility and assistive tech

Screen readers and voice control often integrate with a primary browser—switching defaults may require retraining shortcuts in NVDA/JAWS documentation. Test one critical workflow after changing defaults.

Timeline of Windows default-app friction

Microsoft and browser vendors have moved the goalposts several times since Windows 10. Windows 11 initially required clicking every file type; later builds added Set default batching for vendors who implement the correct APIs. Expect occasional regressions after feature updates—re-run default setup if links open Edge after you thought you finished.

Enterprise and education editions

Domain-joined PCs may apply default browser policy from Intune or Group Policy—your Settings UI might show Firefox as default while Edge still opens certain microsoft-edge: links by design. Home users rarely see this, but school-issued laptops do.

Practical verification script

After configuration, open PowerShell and run:

start-process https://www.example.com

Confirm the expected browser launches. Repeat with a downloaded .html file from Downloads.

Summary workflow

Install browser → Settings → Apps → Default apps → Set default (or set HTTP/HTTPS/HTML/PDF manually) → restart Explorer → test https:// link and local .html file. Repeat per Windows user profile on shared PCs. If policy blocks changes, contact IT on managed devices.

Reader checklist (printable)

Before closing the tab: (1) browser installed from official site; (2) HTTP, HTTPS, HTML, and PDF defaults set; (3) test link from email and File Explorer; (4) restart after changes; (5) note work/school policy if defaults revert. Bookmark this article on the new browser—you will need it again after major Windows upgrades.

If links still open Edge after all steps, check for microsoft-edge: protocol handlers in Settings → Apps → Default apps → Choose defaults by link type and assign https to your browser again.

Bookmark your vendor support page for default-browser issues after each Windows feature update.

European DMA flows may add extra browser choice screens—step through them once per major upgrade so Firefox or Chrome stay primary.

Troubleshooting

Issue Fix
Links still open Edge Set HTTP/HTTPS again; check OEM bloat that forces Edge
PDFs open wrong app Default apps → choose PDF app explicitly
mailto still Outlook Default apps → Email → pick app
Set default greyed out Install browser updates; sign out/in
Chrome not listed Repair install; check 64-bit vs ARM build

Key takeaways

  • Install browser first, then use Default apps → Set default or per-protocol entries.
  • HTTP, HTTPS, and HTML types must all point to your browser.
  • PDF defaults are separate—set them deliberately.
  • Widgets/Search may still use Edge by design; that is not a broken default.
  • Export defaults if you configure multiple PCs.

FAQ

Can I uninstall Edge? Not cleanly on consumer Windows 11—breaking Edge can harm updates; change defaults instead.

Does default browser affect games? In-game overlays use embedded web views—separate from your system default.

Brave/Firefox as default on work PC? IT policy may override—check with admin.