For quick inspection: use a local browser viewer
If your job is to understand an unfamiliar file, a local viewer is the shortest path. SAV Inspector shows the variable dictionary and case data without requiring an SPSS installation. The public Local application processes the file in browser memory rather than uploading it to a conversion server.
Check the file label, encoding, number of cases and variables first. Then inspect value labels and user-defined missing values before interpreting numeric codes.
When PSPP, R or Python is the better choice
PSPP is useful when you want a free desktop application with an SPSS-like workflow. R packages such as haven and Python libraries such as pyreadstat are appropriate for reproducible code pipelines. They are better choices when the next step is scripted analysis rather than visual inspection.
No alternative supports every SPSS feature identically. Complex extensions, very old encodings or unusual metadata should be validated against the originating system before a transformed file becomes authoritative.
Do not confuse SAV with SPV or SPS
A `.sav` or `.zsav` contains data. An `.spv` is an SPSS output document and an `.sps` contains syntax text. A SAV viewer cannot turn an output-only SPV into the original case data, and opening syntax does not provide the referenced dataset.
- Confirm the extension
Use .sav or .zsav data files; do not rename an SPV, SPS or unrelated file.
- Open it locally
Choose the file in SAV Inspector Local. The source stays unchanged.
- Read metadata before values
Inspect labels, missing rules, formats and measurement levels before interpreting codes.
- Choose the next tool
Continue locally, export deliberately or use SPSS/R/Python for procedures outside the viewer's scope.
Frequently asked questions
Can Excel open a SAV file directly?
Not reliably. SAV is a binary statistics format with metadata that a normal spreadsheet does not interpret. Export a deliberate CSV or XLSX representation instead.
Can I open SAV on macOS or Linux?
Yes. A modern browser can run SAV Inspector Local on macOS, Linux or Windows without installing SPSS.
Will opening the file change it?
No. Inspection does not overwrite the source. A write operation creates a new file for download.
What if the file is damaged?
Keep the original, confirm that it was transferred in binary mode and test it in the originating SPSS environment where possible. Do not repeatedly resave the only copy.