.SNT

SNT File

Windows Sticky Notes data file (legacy StickyNotes.snt)
Ask a question
QUICK ANSWER

An SNT file is the data store for the original Windows 7 Sticky Notes desktop app. A single file named StickyNotes.snt holds all your notes in an OLE2 compound format. To read the text, rename a copy to .rtf and open it in WordPad. The modern Windows 10/11 Sticky Notes app uses a different file (plum.sqlite) and does not open .snt files.

Developer: Microsoft Category: Misc Files MIME: application/x-snt
OPENS ON Windows
Related: .TORRENT · .MSO · .MD5 · .SHS

On this page

19k+ extensions indexed
Last reviewed Jun 19, 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 SNT file format?

Files with the .snt extension contain information about one or more notes created with Sticky Notes. Sticky Notes is an application included with Windows Vista and Windows 7, although each system uses a slightly different .snt format despite sharing the same extension. .snt files store notes that can be placed on the desktop in a manner similar to post-it notes and will persist between sessions for the same user.

Internally, a .snt file is an OLE2 Compound File Binary (CFBF) container - the same binary structure used by legacy .doc and .xls documents. Each note occupies its own GUID-named OLE storage within the single container file, holding two sub-streams: stream 0 carries the note content as RTF, and stream 3 carries it as UTF-16 Unicode plain text.

Contents of SNT files

Each .snt file stores complete information about all notes created by a given user, including:

  • Note's text,
  • Note's background color,
  • Fonts and formatting:
  • Size,
  • Bullets and numbering - 6 types,
  • Text alignment,
  • Font options: bold, italics, underline, strikethrough.
  • Locations of notes on the desktop.

.snt files allow notes to persist on the desktop using the same layout between user sessions.

How to create a SNT file

Sticky Notes is available from the Windows Accessories menu. The application can be launched by entering the stickynotes.exe command in the Run dialog or by choosing Sticky Notes from the Start menu. Sticky Notes supports standard keyboard shortcuts. Created notes are saved automatically to StickyNotes.snt, located at %AppData%\Microsoft\Sticky Notes\.

The new design of Sticky Notes

Sticky Notes on Windows 10 offers many additional features. The application supports note synchronization across accounts via Microsoft's cloud service. The new version also allows users to add images to notes, a functionality that has been present in many similar applications such as Google Keep. Windows 10 Sticky Notes uses a completely different file format: a SQLite database named plum.sqlite, stored under the app's Packages path. The legacy app can convert existing .snt notes to this new format automatically by placing the .snt file in the appropriate Sticky Notes folder. Because deleted or closed notes can persist in unused OLE sectors, .snt files remain of interest in digital forensics.

Security & safety

RISK: LOW

A .snt is passive note data with no executable content; opening it is safe. The only real consideration is privacy/forensics: the file may contain unencrypted personal notes (including ones the user thought were deleted), so treat it as sensitive when sharing a profile or backup.

Format details

in a nutshell
FULL NAMEWindows Sticky Notes data file (legacy StickyNotes.snt)aka StickyNotes.snt, Sticky Notes store file
DEVELOPERMicrosoftsince Windows 7 (2009); also Windows Vista Tablet PC Sticky Notes
CATEGORYMisc Files
MIME TYPEapplication/x-snt
TYPEOLE2 / Compound File Binary (CFBF) container holding RTF + Unicode note streams
This extension is also used by…
  • PKWARE SecureZIP encrypted archive - SecureZIP could output .snt self-extracting encrypted archives - unrelated to Sticky Notes.
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001020304050607
HEX
D0CF11E0A1B11AE1
ASCII
········
Identical magic to all OLE2/CFBF documents (legacy Office, MSI). A .snt is identified by its internal OLE storage streams named with a GUID, each holding sub-streams '0' (RTF) and '3' (Unicode text).

Programs that open SNT files

Windows4 apps
Sticky Notes (legacy, built into Windows 7) Built-in Place StickyNotes.snt in %AppData%\Microsoft\Sticky Notes\ and launch Sticky Notes - it loads the notes automatically.
WordPad / any RTF reader Built-in Copy the file, rename to .rtf and open in WordPad to read the note text (works because stream content is RTF).
MiTeC Structured Storage Viewer Free Open the .snt as an OLE compound file to browse the GUID storages and export stream '0'/'3' content.
StickyParser (forensic) Open-source Parse .snt (and plum.sqlite) to dump note text, including recoverable deleted notes.

Technical details

deep spec
Container formatOLE2 / Compound File Binary Format (CFBF)
Rich-text note encodingRTF (Rich Text Format) stored in OLE sub-stream `0` of each note's GUID-named storage
Plain-text note encodingUTF-16 Unicode text stored in OLE sub-stream `3` of each note's GUID-named storage
Per-note OLE structureOne GUID-named OLE2 storage per note inside the single `.snt` container file
CFB sector size512 bytes (CFBF major version 3)
Byte orderLittle-endian
Magic bytes`D0 CF 11 E0 A1 B1 1A E1` at file offset 0 (shared OLE2/CFBF header)
MIME type`application/x-snt`
File scopeSingle file holds all sticky notes for one Windows user account
Default file path`%AppData%\Microsoft\Sticky Notes\StickyNotes.snt`
EncryptionNone - note content is stored as plain RTF/Unicode, unprotected
Associated OS versionsWindows Vista (Tablet PC), Windows 7, Windows 10 legacy desktop app (pre-2016)
Superseded by`plum.sqlite` SQLite database used by the UWP Sticky Notes app from 2016 onward
Forensic significanceDeleted or closed notes can persist in unused CFB sectors, recoverable with OLE forensic tools
ReleasedWindows 7 (2009); also Windows Vista Tablet PC Sticky Notes
Latest versionLegacy Win7/early-Win10 format; superseded by plum.sqlite in the UWP Sticky Notes app (2016)
Specificationforensics.wiki

SNT conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with SNT 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 SNT files.

Frequently asked questions

Where is the Sticky Notes .snt file stored?
In the legacy Windows 7 app it's at %AppData%\Roaming\Microsoft\Sticky Notes\StickyNotes.snt - a single file holding all your notes.
How do I open a .snt file to read my notes?
Easiest: copy the file, rename it to .rtf and open in WordPad. For the full multi-note file use an OLE structured-storage viewer (MiTeC SSV) and read the '0'/'3' streams.
Can I import old .snt notes into the new Sticky Notes app?
There's no official importer. The modern app uses plum.sqlite, not .snt. Extract the text from the .snt (RTF/TXT) and paste it into new notes manually.
Why is my StickyNotes.snt empty or missing?
If you're on Windows 10/11 with the Store Sticky Notes app, your notes are in plum.sqlite, not .snt. The .snt only exists for the older desktop app.
Is a .snt file the same as a SecureZIP .snt?
No. This page covers the Windows Sticky Notes store. PKWARE SecureZIP also used .snt for encrypted self-extracting archives - an unrelated format (see below).

References

1Microsoft - Compound File Binary Format (OLE2)learn.microsoft.com
2Forensics Wiki - Sticky Notesforensics.wiki

Keep exploring

across the database

Top extensions this week

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

Related extensions

.TORRENTBitTorrent Metainfo File
.MSOMicrosoft Office HTML/OLE Data Stream (oledata.mso)
.MD5MD5 Checksum File
.SHSShell Scrap Object File
.DDDAdobe Acrobat Distiller file
.DWLDrawing Lock File (CAD)

Free file tools

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

Open the toolbox

Browse file extensions A-Z