.ONEPKG

ONEPKG File

Microsoft OneNote Package
Ask a question
QUICK ANSWER

A ONEPKG file is a Microsoft OneNote Package - an entire OneNote notebook (all its sections and table of contents) packed into one portable file. Open it with the free Microsoft OneNote desktop app on Windows: double-click the file, choose where to unpack it, and OneNote restores it as a normal notebook. Without OneNote you cannot read the notes directly, though 7-Zip can extract the raw section files inside.

Developer: Microsoft Category: Document Files Open standard MIME: application/msonenote
OPENS ON Windows macOS
Related: .XMIND · .QRP · .PRNX · .MSCZ

On this page

19k+ extensions indexed
Last reviewed Aug 5, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the ONEPKG file format?

A .onepkg file is a Microsoft OneNote Package - a single-file container used to export, share, or back up an entire OneNote notebook. Rather than sending a folder full of individual section files, OneNote bundles everything into one portable package.

Under the hood, .onepkg is a Microsoft Cabinet archive file. It opens with the standard MSCF magic bytes (4D 53 43 46) at offset 0, which any CAB-aware tool recognizes. Inside the archive you will find all of the notebook's .one section files alongside the .onetoc2 table-of-contents file that records how sections are organized.

To open a .onepkg, double-click it in Windows or choose File > Open in Microsoft OneNote. OneNote extracts the CAB contents and reconstructs a normal notebook folder in your notebooks directory. The package itself is not the working format - it is strictly a transport and backup mechanism.

Utilities such as 7-Zip can inspect or extract the raw contents without OneNote, since the outer wrapper is a standard CAB archive. The section files inside remain in the proprietary MS-ONESTORE binary format and require OneNote or a compatible viewer to read meaningfully.

The format debuted in OneNote 2007 as the "Send as Package" feature and has remained structurally unchanged since. For cloud-connected workflows, OneDrive sync has largely replaced .onepkg as the preferred way to move notebooks between machines, though the format remains useful for offline backup and migration.

Security & safety

RISK: LOW

A .onepkg is note data packaged in a CAB archive, not an executable, so opening one in OneNote is safe. Indirect risks: (1) notes can EMBED file attachments, so a package from an untrusted sender could carry a malicious attachment you launch from inside the notes - let antivirus scan attachments; (2) OneNote attachments were abused in 2023-era phishing, so be cautious with packages from unknown senders and keep OneNote updated. Don't upload confidential notes to third-party online OneNote viewers.

Format details

in a nutshell
FULL NAMEMicrosoft OneNote Packageaka OneNote Single File Package, packaged OneNote notebook
DEVELOPERMicrosoftsince OneNote 2007 (Send/Save as 'OneNote Package')
MIME TYPEapplication/msonenote
TYPECabinet (CAB) archive bundling a whole OneNote notebook (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001020304050607
HEX
4D53434600000000
ASCII
MSCF····
A .onepkg is a Microsoft Cabinet (CAB) archive, so it starts with the CAB magic "MSCF" (4D 53 43 46) followed by four reserved zero bytes at offset 0. Inside the CAB are the notebook's OneNote section files (.one) and table of contents (.onetoc2).

Programs that open ONEPKG files

Windows3 apps
7-Zip Open-source Because .onepkg is a CAB archive, 7-Zip can open it to extract the inner .one/.onetoc2 files (you still need OneNote to read the notes).
Microsoft OneNote (desktop app) Free Double-click the .onepkg (or File > Open), choose a location to unpack; OneNote restores it as a normal notebook. The free OneNote desktop app is the primary tool.
Free OneNote viewer (e.g. BitRecover) Free Open and preview notes from a .onepkg/.one without OneNote installed (read-only recovery/preview).
macOS1 app
OneNote for Mac Free Install the free OneNote; the cleanest path is to open the .onepkg once in Windows OneNote and sync via OneDrive, since the Mac app works through OneDrive notebooks.

Technical details

deep spec
Container formatMicrosoft Cabinet (CAB) archive - the outer wrapper is a fully standards-compliant `.cab` file
Magic bytes`4D 53 43 46 00 00 00 00` at offset 0 - the `MSCF` CAB signature followed by four reserved zero bytes
EncodingBinary, little-endian byte order throughout
MIME type`application/msonenote` (primary); also seen as `application/onenote` and `application/vnd.ms-cab-compressed`
CompressionMSZIP or LZX compression applied per CAB folder entry, as specified in the Cabinet format
Internal contentsAll `.one` section files of the notebook plus one `.onetoc2` table-of-contents file packed as CAB entries
Internal section formatMS-ONESTORE (Microsoft's binary OneNote section format), version tied to OneNote 2007 and later
Integrity checkingCAB per-folder checksums on archive entries; no additional application-level digital signature or hash
EncryptionNone at the package level; individual `.one` section files inside may carry their own OneNote password protection
Typical file sizeTens of KB for simple notebooks up to several hundred MB for notebooks with heavy media attachments
On open behaviorOneNote unpacks the CAB automatically into a normal notebook folder in the user's notebooks directory; the `.onepkg` is not edited in place
Platform supportWindows (primary, full read/write via OneNote desktop); macOS (import via OneNote for Mac)
Introduced inMicrosoft OneNote 2007, via the "Send/Save as OneNote Package" export feature
Primary use caseOffline transport and backup of a complete multi-section notebook as one file; largely superseded by OneDrive cloud sync for cross-device sharing
ReleasedOneNote 2007 (Send/Save as 'OneNote Package')
Latest versionTied to current OneNote desktop app file format
Open standardYes · royalty-free
Specificationlearn.microsoft.com

ONEPKG conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with ONEPKG files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about ONEPKG files.

Frequently asked questions

How do I open a ONEPKG file?
Open it in Microsoft OneNote (the free Windows desktop app): double-click or File > Open, choose where to unpack it, and OneNote restores the whole notebook. You then read it like any notebook.
What's the difference between .onepkg and .one?
A .onepkg is a WHOLE notebook packaged into one file (a CAB archive of all its sections + table of contents); a .one is a single SECTION. OneNote unpacks a .onepkg back into .one sections.
How do I open a .onepkg without OneNote?
You can extract the inner files with 7-Zip (a .onepkg is a CAB archive) or preview notes with a free OneNote viewer, but to actually read/edit the notes properly you'll want OneNote.
Can I open a .onepkg on a Mac or phone?
Not directly - the Mac/mobile OneNote apps work through OneDrive notebooks. Open the .onepkg once in Windows OneNote and let it sync to OneDrive, then it appears on your other devices.
How do I convert a .onepkg to PDF or Word?
First open it in OneNote to unpack the notebook, then File > Export and choose PDF (fixed copy) or Word .docx (editable) for the section or notebook.

References

1Microsoft Learn - [MS-ONESTORE] OneNote Revision Store File Formatlearn.microsoft.com
2Microsoft Support - Back up and restore notes in OneNote (.onepkg)support.microsoft.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.XMINDXMind Mind Map Workbook
.QRPQuickReport Report (compiled report)
.PRNXDevExpress XtraReports Document
.MSCZMuseScore Compressed Score
.NOTENotability Note
.NOTEBOOKSMART Notebook File

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z