statfile.tools

Convert .sav to .csv

Drop a SPSS .sav file below to turn it into CSV. The conversion runs entirely on your device — your data never leaves the browser — and finishes in seconds.

Drop your file here, or browse

SPSS .sav or .zsav file

Processed on your device — never uploaded

Or try:

About converting .sav to CSV

CSV is the universal exchange format for tabular data: every spreadsheet program, statistics package, and programming language reads it. Converting here keeps your rows and columns intact while dropping the proprietary wrapper, so the data opens anywhere.

SPSS stores more than raw numbers. A .sav file carries variable labels (the human-readable description of each column), value labels (the text behind codes like 1 = "Strongly agree"), declared missing values, and date formats. statfile.tools reads all of these. When you export, you decide whether coded categories should appear as their numeric codes or their labels, and whether dates should be written as readable ISO timestamps.

Because the parser is built from the ground up to run in the browser, there is no file-size cap imposed by an upload step and no queue. Open-source tools like ReadStat and pandas can do the same conversion offline, but they require installing software and writing code. This page gives you the same result with a single drag-and-drop, which is why it suits anyone who has been handed a .sav file but does not own SPSS.

How to convert .sav to .csv

  1. 1

    Drag your .sav file onto the box above (or click to browse). It is read locally — nothing is uploaded.

  2. 2

    Choose how labels and dates should appear. You can write value labels in place of codes and use variable labels as headers.

  3. 3

    Click convert and your .csv file downloads instantly.

Frequently asked questions

Is this .sav to CSV converter really free?+

Yes. Converting files is free with no account and no watermark. The conversion happens locally in your browser, so there are no server costs to pass on for ordinary files.

Do my files get uploaded anywhere?+

No. The .sav file is read in your browser using JavaScript. It is never sent to a server, which makes this safe for confidential, IRB-governed, or otherwise sensitive research data.

Will variable and value labels be preserved?+

CSV is a values-only format, so labels cannot live inside the file itself. You can choose to write value labels in place of codes, and to use variable labels as the column headers. To keep the full label dictionary, export to Excel or generate a codebook instead.

Do I need SPSS installed?+

No. That is the point — you can read and convert a .sav file without a SPSS licence or any installation.

Related conversions