.plist
🔧 ConfigText-based

.plist File — Apple Property List

application/x-plist

File Inspector

Drop any file to identify its extension and type — runs entirely in your browser

PLIST

Drop a .plist file here or click to choose

Or drop any file to identify its extension

Expected MIME type:application/x-plist

Quick Facts

Extension.plist
Full NameApple Property List
MIME Typeapplication/x-plist
CategoryConfig
TypeText-based (human-readable)
Typical Size100 B – 1 MB
First Appeared1989

What Is a .plist File?

PLIST (Property List) files are structured data files used throughout the Apple ecosystem for storing serialized objects — dictionaries, arrays, strings, numbers, dates, booleans, and binary data. PLISTs come in three formats: XML (human-readable, most common for hand-edited files), binary (compact and fast, default for system-generated files), and the legacy OpenStep text format. macOS and iOS use PLISTs extensively for application preferences (~/Library/Preferences/), system configuration, launch agents/daemons (launchd), Info.plist (application metadata and bundle configuration), entitlements, and provisioning profiles. Every macOS and iOS application includes an Info.plist describing the app's bundle identifier, version, supported orientations, URL schemes, permissions, and capabilities. The defaults command-line tool reads and writes plist preferences, while plutil converts between formats and validates structure. Xcode's property list editor provides a visual interface for editing PLISTs. The format's integration with Apple's Foundation framework (NSDictionary, NSArray) makes serialization trivial in Swift and Objective-C. PLISTs are also used in iTunes/Music libraries, Safari bookmarks, and numerous system databases across Apple platforms.

How to Open .plist Files

Xcode
VS Code
plutil (CLI)
PlistEdit Pro
any text editor (XML format)

Related File Extensions

More Config File Extensions

Other config formats you might encounter

Browse File Extensions by Category

Explore our reference of 259 file extensions with details, programs, and related formats.