Prefs Editor for Mac: Free Preferences Editor [2026]

Prefs Editor for Mac: Free Preferences Editor Guide [2026]

If you’ve ever needed to peek inside a macOS app’s preference file — to fix a corrupted setting, test how an app behaves with a specific default, or just understand what’s actually being stored — Prefs Editor is one of the simplest tools for the job. It’s a free, lightweight utility built by developer Thomas Tempelmann that gives you a clean graphical interface for viewing and editing any app’s preferences, without touching Terminal or opening the full Xcode suite.

Prefs Editor for Mac — free preferences and plist editor

This guide covers what Prefs Editor actually does, how to install it, and how to use it to safely view and edit an app’s preference values on your Mac.

⚠️ Disclaimer: Prefs Editor directly modifies an application’s stored preference data. Only edit values you understand, and avoid changing preferences for apps tied to purchased licenses or subscription validation, as this can violate the app’s terms of service. When in doubt, back up the preference file before editing.

1 What Is Prefs Editor?

Every macOS app stores its settings — window positions, toggles, license flags, recently opened files, and more — in a preferences file (a .plist), usually tucked away inside ~/Library/Preferences. Apple used to ship a standalone Property List Editor for browsing these files, but that tool was folded into Xcode years ago, making it inconvenient to open just to check or tweak a single value.

Prefs Editor fills that gap. It works similarly to Xcode’s built-in plist editor, but rather than requiring you to locate and open a raw file, it can attach directly to any currently installed application’s live preferences and display them in an editable list — effectively acting as a GUI replacement for macOS’s defaults command-line tool.

2 App Specs at a Glance

Detail Info
Developer Thomas Tempelmann (creator of Find Any File)
Price Free — absolutely free, no license required
Size ~14.5 MB
Architecture Intel 64 Apple Silicon
OS Requirement OS X 10.10 or later
Category Developer Tools
⚙️ Getting Started
1
How to Download and Install Prefs Editor
A straightforward drag-and-drop install, like most Mac utilities
🆓 Free
  1. Download the latest version of Prefs Editor from the developer’s official website or a trusted software directory like MacUpdate.
  2. Open the downloaded .zip file — it will extract automatically into the Prefs Editor app.
  3. Drag Prefs Editor into your Applications folder.
  4. Open it from Applications or Launchpad. If macOS shows a Gatekeeper warning since it’s downloaded from outside the App Store, go to System Settings → Privacy & Security and click Open Anyway.
⬇️ Download Prefs Editor Free · ~14.5 MB · Official developer site
2
How to Use Prefs Editor
View and edit any app’s stored preferences safely
🔧 Developer Tool

Prefs Editor can open preference files two ways: by attaching to a running app directly, or by opening the raw .plist file from the ~/Library/Preferences folder.

Method 1: Open a Preference File Directly

  1. In Finder, click Go in the menu bar, then hold the Option key — this reveals the hidden Library folder in the menu.
  2. Open Library → Preferences.
  3. Find the preference file for the app you want to inspect (named something like com.developer.appname.plist).
  4. Right-click the file and choose Open With → Prefs Editor.
  5. The app’s stored keys and values will appear in an editable list.

Method 2: Attach to a Running App

  1. Open Prefs Editor directly from Applications.
  2. Use its app picker to select a currently running or installed application.
  3. Prefs Editor loads that app’s live preferences for viewing and editing.
💡
Common, Legitimate Use Cases

Developers commonly use Prefs Editor to test how their own apps behave with specific UserDefaults values during development, while regular users often use it to fix a corrupted setting causing an app to crash, or to reset a stuck UI preference (like a hidden toolbar) without reinstalling the whole app.

⚠️
Back Up Before Editing

Since Prefs Editor writes changes directly to an app’s real preference data, an incorrect edit can cause that app to misbehave or fail to launch. Consider duplicating the .plist file before making changes, so you can restore it if something goes wrong.

5 Prefs Editor vs. Similar Tools

A few other Mac utilities cover similar ground. Here’s how Prefs Editor compares:

✅ Choose Prefs Editor If You Want…
  • A completely free, no-frills plist/preferences editor
  • The ability to attach directly to a running app
  • A tiny, lightweight download (~14.5 MB)
  • Copy Key/Copy Value shortcuts for quick edits
🔧 Consider Alternatives If You Want…
  • PlistEdit Pro — more polished UI, paid license
  • PrefEdit — similar free scope, different workflow
  • Xcode’s built-in plist editor — if you already have Xcode installed for other development work
❓ FAQs

6 Frequently Asked Questions

Is Prefs Editor free?
Yes, Prefs Editor is completely free with no license, trial limitations, or paid tier of any kind.
Does Prefs Editor work on Apple Silicon Macs?
Yes, Prefs Editor supports both Intel 64-bit and Apple Silicon Macs natively, and runs on OS X 10.10 or later.
What’s the difference between Prefs Editor and the “defaults” command?
They accomplish the same task — reading and writing an app’s UserDefaults/preferences — but the “defaults” command requires typing Terminal commands for every key you want to view or change. Prefs Editor provides the same functionality through a visual list you can browse and edit directly.
Is it safe to edit an app’s preferences with this tool?
Generally yes for values you understand, but incorrect edits can cause an app to behave unexpectedly or fail to launch. It’s good practice to back up the relevant .plist file before making changes, and to avoid editing preferences tied to license validation or purchase status, which can violate an app’s terms of service.
Where are macOS preference files stored?
Most app preferences live in ~/Library/Preferences as .plist files, named after the app’s bundle identifier (for example, com.developer.appname.plist). The Library folder is hidden by default — hold Option while clicking Go in Finder’s menu bar to reveal it.

7 Conclusion

Prefs Editor is a small utility that solves a very specific problem well: giving you fast, visual access to any Mac app’s stored preferences without launching Xcode or memorizing Terminal syntax. Whether you’re a developer testing UserDefaults values or just trying to fix a stuck app setting, it’s a free tool worth having in your utilities folder.

  • Price: Completely free
  • Best for: Developers and power users who need quick access to plist data
  • Requirement: OS X 10.10 or later, Intel or Apple Silicon

🛠️ Ready to Try Prefs Editor?

Download it from the developer’s official site and start browsing app preferences in a couple of minutes.

Leave a Reply

Your email address will not be published. Required fields are marked *