.SPV

SPV File

SPSS Output Document
Ask a question
QUICK ANSWER

An SPV file is an SPSS Output Document - the results window saved by IBM SPSS Statistics version 16 or later, containing pivot tables, charts, and analysis logs. Open it with IBM SPSS Statistics (paid) or the free, open-source PSPP. To share it without SPSS, export it to PDF or Word from inside SPSS or PSPP.

Developer: IBM (SPSS Inc., acquired by IBM in 2009) Category: Data Files MIME: application/zip
OPENS ON Windows macOS Linux
Related: .PKPASS · .DAT · .JSON · .RIS

On this page

19k+ extensions indexed
Last reviewed Jul 4, 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 SPV file format?

A .spv file is a proprietary output document associated with the Statistical Package for the Social Sciences (SPSS) application, originally developed by SPSS Inc. and now maintained by IBM. SPSS is a statistical and predictive analysis program widely used by social scientists, researchers, and data analysts.

The .spv format replaced the older OLE-based .spo Viewer format starting with SPSS Statistics 16.0. A .spv file generated by running analyses in SPSS contains charts, pivot tables, reports, and other visualization output - it is the results document, not the dataset itself. The underlying data lives in a separate .sav file.

Internally, .spv is a ZIP archive bundling UTF-8 XML output descriptors with embedded PNG or EMF chart images. SPSS 21 and later write pivot tables in a compact binary "light" format; versions 16-20 use a "legacy" XML layout. Both carry the standard PK ZIP magic bytes at offset 0.

.spv files can be opened in IBM SPSS Statistics 16 and later, and also in the free GNU PSPP viewer. The format is not backward-compatible with SPSS 15 and earlier, which used the .spo format.

Security & safety

RISK: LOW

An .spv is a passive results document (ZIP of XML + images) and is not executable. The main cautions are privacy and tools: SPSS output frequently embeds sensitive research data (sample sizes, identifiable subgroups), so avoid uploading .spv files to random online 'SPV to PDF' converters - convert locally in SPSS or PSPP. As with any ZIP, only open files from people you trust.

Format details

in a nutshell
FULL NAMESPSS Output Documentaka SPSS Statistics Viewer file, SPSS Smart Viewer Output
DEVELOPERIBM (SPSS Inc., acquired by IBM in 2009)since 2007 (SPSS Statistics 16.0 - replaced the older .spo Viewer format)
CATEGORYData Files
MIME TYPEapplication/zip
TYPEZIP-based output document (XML + PNG charts) produced by the SPSS Statistics output Viewer
This extension is also used by…
  • SmartMusic Performance / Accompaniment file - MakeMusic SmartMusic used .spv for practice/performance files - unrelated to SPSS, opened only in SmartMusic.
  • American McGee's Alice saved game - The id Tech 3 game 'Alice' (2000) wrote save states as .spv - a legacy game-save meaning, not the dominant use today.
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
504B0304
ASCII
PK··
An .spv is a ZIP archive, so it carries the generic "PK" ZIP signature at offset 0. Identify it by the internal members named outputViewer<number>.xml / outputViewer<number>_heading.xml plus light-table XML and PNG chart images. There is no SPV-specific magic.

Programs that open SPV files

Windows2 apps
IBM SPSS Statistics Paid File > Open > Output, select the .spv; or double-click if SPSS is associated. Subscription/trial available.
PSPP (GNU) Open-source Open the .spv in the PSPP output viewer, or use pspp-output to convert it to PDF/HTML/text.
macOS2 apps
IBM SPSS Statistics Paid File > Open > Output, choose the .spv (macOS build of SPSS).
PSPP (GNU) Open-source Install via Homebrew (brew install pspp); open the .spv or run pspp-output convert.
Linux2 apps
IBM SPSS Statistics Paid Launch SPSS, File > Open > Output, select the .spv.
PSPP (GNU) Open-source apt/dnf install pspp; open in the GUI or pspp-output convert file.spv out.pdf.

Technical details

deep spec
Container formatZIP archive with DEFLATE compression per entry
Magic bytes`50 4B 03 04` ("PK") at offset 0 - standard ZIP local file header; no SPV-specific signature
Primary internal members`outputViewer<N>.xml` output tree, detail-label/light-table XML, and embedded PNG or EMF chart images
Internal table format"light" binary (SPSS 21+) or "legacy" XML (SPSS 16-20); both variants share the same `.spv` extension
Character encodingUTF-8 for all XML content; binary PNG/EMF for embedded chart images
MIME type`application/zip` (primary); `application/x-spss-spv` (informal vendor type)
Byte orderLittle-endian (ZIP/DEFLATE convention)
Typical file sizeTens of KB to tens of MB, scaling with pivot table count and embedded chart volume
Cross-platform supportWindows, macOS, Linux - via IBM SPSS Statistics or GNU PSPP
IntegrityZIP CRC-32 checksum per entry; no document-level digital signature
EncryptionNone by default; IBM SPSS Statistics can apply password protection at export time
Backward compatibilityNot readable by SPSS 15 or earlier, which used the OLE-based `.spo` format
Document scopeStores analysis results only (charts, tables, logs); source data is held separately in a `.sav` file
SupersedesOLE Compound Document `.spo` format used through SPSS 15
Third-party supportGNU PSPP reads both legacy and light SPV table variants; format layout partially documented by the PSPP project
Released2007 (SPSS Statistics 16.0 - replaced the older .spo Viewer format)
Latest versionCurrent SPSS Statistics 29/30 still writes .spv (format stable since v16)
Specificationwww.gnu.org

SPV conversions

Community Q&A

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

Frequently asked questions

How do I open an SPV file without SPSS?
Use the free, open-source PSPP - its viewer reads many .spv files and pspp-output can convert them to PDF/HTML/text. Otherwise ask the sender to export the output to PDF or Word.
What program opens an .spv file?
IBM SPSS Statistics (version 16 or later) is the native application; PSPP is the free alternative.
How do I convert SPV to PDF?
In SPSS: File > Export and choose PDF. Free route: PSPP's pspp-output convert file.spv out.pdf. Avoid uploading research output to online converters for privacy reasons.
What's the difference between .spv and .sav?
.sav is the SPSS DATASET (your variables and cases); .spv is the OUTPUT document (tables and charts from analysing that data). You usually have both.
Why can't my old SPSS open this .spv?
SPV was introduced in SPSS 16 (2007). SPSS 15 and earlier only read the older .spo format, so you need SPSS 16+ or PSPP.
Can I edit the tables in an .spv?
Inside SPSS you can edit pivot tables, restyle and re-pivot them. To edit outside SPSS, export to Word or Excel and edit there.

References

1GNU PSPP - SPSS Viewer File Format (developer guide)www.gnu.org
2GNU PSPP - pspp-output utilitywww.gnu.org

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.NOMEDIAAndroid No-Media Marker File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.SB3Scratch 3.0 Project File

Related extensions

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Free file tools

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

Open the toolbox

Browse file extensions A-Z