What is the IDLK file format?
Files with the extension .idlk are known as Adobe InDesign Lock files. They are created when an .indd document is opened in InDesign, and their primary function is to protect against simultaneous editing access to the same file by more than one user. InDesign creates and deletes them automatically - users never need to interact with them directly.
Users of Adobe InDesign creating materials such as posters, flyers, or multi-page layouts do not directly interact with .idlk files. The files are characterized by:
- a size close to zero (typically 0-200 bytes),
- a name based on the project filename, prefixed and suffixed with
~and a unique identifying hash string, - temporary presence in the same directory as the saved project.
However, there may be instances where an .idlk file is present even though InDesign is not currently running. This typically occurs when the software stops unexpectedly - for example, following a crash or power failure.
If an .idlk lock file remains in the directory with InDesign closed and no other user has the file open, it was most likely left behind by an improper shutdown. The safest first step is to try opening the project normally; InDesign should detect the stale lock and verify its current status. If that is not possible, the orphaned .idlk file can be safely deleted from disk to remove the block on the .indd document. On network drives or cloud-synced folders, InDesign may skip creating the lock file entirely, handling concurrent access differently.
Security & safety
RISK: LOWIDLK files contain no executable code and no meaningful data. They are harmless lock markers. Safe to delete when InDesign is not running.
Format details
in a nutshellPrograms that open IDLK files
Technical details
deep spec| Purpose | Concurrent-access lock marker preventing simultaneous editing of the associated .indd document |
| Encoding | Zero-byte or short UTF-8 plain text (0-200 bytes) |
| Content (when non-empty) | Username and machine identifier of the user who has the document open |
| Filename convention | ~<indd_filename>~<hash>.idlk, placed in the same folder as the .indd file |
| Lifecycle | Created automatically on document open; deleted automatically on normal InDesign close |
| Stale lock behavior | A leftover .idlk after a crash can be safely deleted to unblock the associated .indd document |
| Platform | Windows and macOS |
| Network/cloud behavior | InDesign may skip creating the lock file on network drives or cloud-synced folders |
| Associated document format | .indd (Adobe InDesign document) |
| Application | Adobe InDesign (CS era through InDesign 2024 and later) |
| User interaction | Not opened, edited, or converted by users - contains no user-accessible content |
| Released | early 2000s (InDesign CS era) |
| Latest version | N/A - format unchanged; created by current InDesign 2024 |
Community Q&A
asked by usersNo questions yet - be the first to ask about IDLK files.