TroubleshootingMarch 17, 2026
Meidy Baffou·LazyPDF

How to Fix Wrong PDF File Association on Mac

On macOS, PDF files default to opening in Preview — Apple's built-in PDF and image viewer. For many users this is perfectly fine, but professionals who rely on Adobe Acrobat's form filling, annotation tools, or JavaScript-based features often find themselves constantly fighting the operating system as it keeps defaulting back to Preview even after they have set Acrobat as the default. The reverse problem is also common: users who prefer Preview find that installing Adobe Acrobat or Foxit Reader hijacks their PDF associations, forcing all PDFs to open in the newly installed application. Getting macOS to consistently open PDFs in the right application requires understanding how macOS manages file associations and how to set them reliably. This guide covers every method to change PDF file associations on macOS — from the simple one-file method using Get Info to the comprehensive approach via the Finder's default application settings — and explains why these settings sometimes revert and how to prevent it.

The Standard Way: Get Info Method

The most reliable way to change the default PDF application on macOS is through the Finder's Get Info panel. Unlike the right-click Open With method, Get Info allows you to change the default for all PDFs at once with a single setting.

  1. 1Find any PDF file on your Mac in Finder.
  2. 2Right-click the PDF and select 'Get Info' (or press Cmd+I).
  3. 3In the Get Info window, find the 'Open with' section — it shows the currently associated application.
  4. 4Click the dropdown menu next to the application name.
  5. 5Select your preferred PDF application from the list (Preview, Adobe Acrobat Reader, etc.).
  6. 6Click the 'Change All...' button below the dropdown.
  7. 7Confirm by clicking 'Continue' when macOS asks if you want to change all similar documents.
  8. 8Close the Get Info window — all .pdf files now open in the selected application.

Using Right-Click Open With for Quick Fixes

If you only need to open one specific PDF in a different application without changing the system-wide default, the right-click method is faster. Control-click (or right-click) any PDF file in Finder, hover over 'Open With', and select the application from the submenu. This opens the file in the selected app for this session only. The submenu shows all applications registered with macOS as capable of opening PDF files. If your preferred app is not listed, it may not be installed correctly or may not have declared PDF support in its Info.plist file. To make an app appear in the Open With list even if it is not automatically registered, you can drag a PDF file onto the application icon in the Dock or in Applications folder, which forces macOS to attempt opening the file with that application regardless of association.

Why PDF Associations Reset on macOS

macOS uses a Launch Services database to track file-to-application associations. This database can become inconsistent, especially after application updates, when applications are moved or renamed, or after macOS updates. When the database gets confused, file associations may reset or become unreliable. Adobe Acrobat is particularly known for reclaiming PDF associations when it updates. Adobe's installer checks if Acrobat should be the default PDF handler and sets it accordingly, regardless of what you previously configured. To prevent this, look in Acrobat's Preferences (Acrobat > Preferences > General) for any setting related to file associations and disable it. macOS updates, especially major version updates, can also reset Launch Services. After updating macOS, check your PDF default application and reset it using the Get Info method if needed. If associations keep reverting despite your settings, rebuilding the Launch Services database often helps. In Terminal, run: `lsregister -kill -r -domain local -domain system -domain user` (the full path is `/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister`). This forces macOS to rebuild its application registry from scratch, which can resolve persistent association problems.

Specific Scenarios and Their Solutions

Different scenarios require slightly different approaches to fix PDF associations on Mac. Scenario: Adobe Acrobat was uninstalled but PDFs still try to open with it. This happens when the Launch Services database still references the uninstalled application. Use the Get Info method to reassign PDFs to Preview or your current PDF app, then rebuild Launch Services as described above. Scenario: Chrome or Safari opens PDFs in the browser instead of your PDF app. Browsers intercept PDF file links and display them in their built-in viewer. This is browser behavior, not a file association issue. To fix this, change the browser's PDF handling settings: in Chrome, go to Settings > Privacy and security > Site settings > Additional content settings > PDF documents and enable 'Download PDFs'. In Safari, there is no built-in option — install a PDF handling extension. Scenario: PDFs downloaded from Mail open in Preview despite Acrobat being the default. Mail has its own Quick Look preview behavior that bypasses file associations. To open in your preferred app, save the attachment to a folder first, then open from there. For large PDFs that open slowly in any application, reducing file size helps. LazyPDF's compress tool can significantly reduce PDF size without visible quality loss, making large files open much faster in Preview, Acrobat, or any other viewer.

Frequently Asked Questions

How do I set Preview as my default PDF viewer on Mac?

Right-click any PDF file, select Get Info (Cmd+I), find the 'Open with' dropdown, select Preview, and click 'Change All...'. This sets Preview as the default for all PDF files. Preview is Apple's built-in viewer and an excellent choice for most everyday PDF needs.

Adobe Acrobat keeps taking over my PDF associations after updates — how do I stop this?

In Adobe Acrobat, go to Acrobat > Preferences > General and look for an option like 'Make Acrobat the default PDF viewer' or similar. Uncheck it. Additionally, in System Settings > General > Default web browser and related settings, you can sometimes find app-specific controls. After each Acrobat update, you may need to re-set your preference via Get Info.

My PDF file doesn't show any PDF apps in the Open With list — what do I do?

If no PDF apps appear in the Open With list, macOS may not recognize the file as a PDF. Check that the file actually has a .pdf extension by pressing Cmd+I and looking at the Name & Extension section. If the extension is hidden, enable 'Show all filename extensions' in Finder > Settings > Advanced. If the extension is correct but apps still don't appear, the file may be corrupted.

Can I use different PDF apps for different purposes on Mac?

Yes, but not as automatic associations. You can right-click any PDF and use Open With to choose a specific app for that file. For example, use Preview for reading and Adobe Acrobat for editing/forms. The right-click method gives you full control without changing the system default. Some users create Automator workflows or use Alfred shortcuts to open PDFs in specific apps based on their location.

How do I open a PDF in a specific app from the command line on Mac?

Use the `open` command: `open -a "Adobe Acrobat Reader" /path/to/file.pdf` to open in a specific app. Use `open /path/to/file.pdf` to open with the default application. This is useful in scripts and for testing which application is set as the default.

Large PDFs slowing down your Mac PDF viewer? LazyPDF's compress tool reduces file sizes without losing quality — making every PDF open faster in Preview or Acrobat.

Compress PDF Files

Related Articles