Using Our Tools · Guide · File & Format Converters
Best Free File Converters for Mac and Windows
Cross-platform breakdown of free file converters — what's built into macOS and Windows, browser-only converters that need no install, and the cross-platform desktop tools (Pandoc, FFmpeg, ImageMagick, Calibre, LibreOffice).
The “best free file converter” question has different answers depending on what you’re converting, how often, and how sensitive the content is. This guide is the cross-platform breakdown — what to install on Mac vs Windows, what comes built-in, and which browser-only tools cover everything else without an installer.
Advertisement
Browser-only converters (no install needed, work on any OS)
The fastest path for one-off conversions on any machine. Every tool below runs locally in your browser — files never upload anywhere. Coverage:
- PDF: see our PDF tools index — 14+ PDF converters and editors.
- Images: PNG/JPG/WEBP, HEIC, SVG, GIF, AVIF.
- Data: JSON ↔ CSV, XML to CSV, CSV to Excel, YAML.
- Text: Markdown ↔ HTML, Base64, case conversion.
- OCR: scanned/handwritten PDF to text.
For 80% of casual conversions, browser-only is the answer — no install, no account, no upload, works on Mac/Windows/Linux/ChromeOS identically.
Mac built-in options (no install required)
macOS ships with surprisingly capable conversion built-in:
- Preview app: opens almost every image and PDF format. Save As lets you convert between PNG/JPG/HEIC/PDF/TIFF. The hidden trick: select multiple images in Finder, right-click, Quick Actions → Convert Image lets you batch-convert without opening anything.
- Quick Actions menu: right-click any file → Quick Actions. Built-in actions include “Create PDF” (any file type), “Convert Image” (multiple images at once), “Encode Selected Video Files” (transcode video).
- Automator + Shortcuts: the macOS automation framework builds custom file converters in 5 minutes. Drag-and-drop interface, no coding. Works for batches, scheduled folders, etc.
- Pages / Numbers / Keynote → File → Export: export to PDF, Word, Excel, PowerPoint, EPUB, plain text. No third-party tool needed for Office format conversions if you have iWork (free with macOS).
- Terminal: macOS includes
sips(image processing),iconutil(icns), and you can install Pandoc (homebrew) for document conversion. Power-user territory.
Windows built-in options
Windows is less generous out of the box than macOS, but the basics are there:
- Microsoft Print to PDF: built into Windows since 10. Print → Microsoft Print to PDF turns any printable document into a PDF. Works from any application.
- Photos app: opens HEIC, PNG, JPG, GIF, WEBP, BMP. Save As for basic format conversion.
- Snipping Tool / Snip & Sketch: screenshots saved as PNG; rich annotation. Save as JPG for size reduction.
- Office: Word, Excel, PowerPoint all support Save As to PDF, XPS, plain text, and many other formats. Free Office Online does the same in browser.
- PowerShell: built-in scripting.
ImageMagick(free, separate install via winget) plus PowerShell loops handles batch conversion at scale. - WSL2: for power users — full Linux subsystem with
pandoc,imagemagick,ffmpeg, whatever you need.
Cross-platform desktop tools (the power-user picks)
- Pandoc (free, open-source). The universal document converter. Markdown ↔ HTML ↔ DOCX ↔ EPUB ↔ LaTeX ↔ many more. CLI-driven but well-documented. The right tool for batch document conversion.
- FFmpeg (free, open-source). Universal video and audio converter. Steep learning curve; can do almost anything. The de-facto standard for video conversion.
- ImageMagick (free, open-source). Universal image converter and manipulator. Same shape as FFmpeg — CLI, complex, but capable.
convert input.png output.jpg— that’s it. - Calibre (free, open-source). Best-in-class for ebook conversion (EPUB ↔ MOBI ↔ AZW3 ↔ PDF) — see our ebook + 3D conversion guide for the workflow.
- LibreOffice (free, open-source). The Microsoft Office alternative. Headless mode (
libreoffice --headless --convert-to pdf *.docx) batch-converts hundreds of files. Quality near Office.
Best file converter for business documents
For professional documents (contracts, reports, financial statements):
- Microsoft Word + Excel + PowerPoint: the safest choice for round-tripping Office formats. Free Office Online handles most cases.
- Adobe Acrobat Pro ($20/month). Best PDF round-tripping especially when preserving complex layouts (forms, tables, signatures).
- LibreOffice for batch conversion of Office formats — handles 95% of layouts identically to Microsoft Office, free, can run headlessly.
- Pandoc for Markdown-based workflows — engineering teams, technical writers, anyone using Git for docs. Best for converting clean structured content.
- Browser-only on this site: for everyday tasks (CSV ↔ Excel, PDF text extraction, image format swap), the privacy-friendly path.
Which file converter tools are actually worth it?
The honest review:
- Worth it: Pandoc, FFmpeg, ImageMagick, Calibre, LibreOffice — all free, all best-in-class for their domains. Adobe Acrobat Pro for professional PDF workflows ($20/month). Browser-only converters for occasional tasks.
- Skip: the dozens of $5/month “all-in-one converter” SaaS apps. Most are wrappers around the free tools above with worse UX and worse privacy. The exception: a few like CloudConvert offer real value at scale, but for individual users the free options cover the ground.
- Be skeptical of: “AI-powered file converter” marketing. The underlying tech is the same; the AI buzzword usually adds cost without adding capability. The exception is OCR, where modern AI models genuinely outperform Tesseract on degraded inputs.
Use these while you read
Tools that pair with this guide
- Color ConverterConvert any color between HEX, RGB, and HSL. Paste a hex code or tweak channels and see every format update live.File & Format Converters
- Unix Timestamp ConverterConvert Unix epoch seconds or milliseconds to a human date, or a date to an epoch. Timezone-aware, runs offline.File & Format Converters
- Number Base ConverterConvert any number between binary, octal, decimal, and hexadecimal at the same time. Clean UI, no ads.File & Format Converters
- CSV to JSONPaste CSV rows and get clean JSON. Handles quoted fields, custom delimiters, and header-row toggling. No upload needed.File & Format Converters
Frequently asked questions
What's the best free file format converter for Mac?
macOS has surprisingly capable built-in tools: Preview for image/PDF conversion, Quick Actions in Finder for batch image conversion, Pages/Numbers/Keynote for Office formats, Automator for custom workflows. For anything else, browser-only converters work without installing anything.
What's the best free file format converter for Windows?
Microsoft Print to PDF is built-in; Office (or free Office Online) handles document formats; Photos for images; PowerShell + ImageMagick for batch. For everything else, browser-only converters or installing Pandoc/FFmpeg/Calibre via winget cover the gaps.
How do I convert files on Mac without extra software?
Preview app: Save As converts between image/PDF formats. Finder Quick Actions: select files → right-click → Convert Image works for batches. Pages/Numbers/Keynote: File → Export to PDF/Word/Excel/EPUB/text. Automator: drag-and-drop builder for custom converters. Terminal: sips for image processing, iconutil for icns.
Are paid file converter tools worth it?
Adobe Acrobat Pro ($20/mo) for professional PDF workflows is worth it. Pandoc, FFmpeg, ImageMagick, Calibre, LibreOffice are all free and best-in-class — paid alternatives rarely beat them. Skip $5/mo 'all-in-one converter' SaaS apps; most are wrappers around these free tools with worse privacy.
Advertisement
Continue reading
- Using Our ToolsEbook and 3D File Conversion GuideConvert PDF to EPUB for e-readers, scientific PDFs with math symbols, STL to OBJ for 3D printing, and 3MF without losing details. Includes Calibre and Blender workflows for niche conversion needs.
- Using Our ToolsHow File Converters Actually WorkThe decode-transform-encode pipeline every converter uses, why some information is permanently lost, whether you can convert encrypted files, how to handle rare formats, and the converter myths you should ignore.
- Using Our ToolsFile Converter Troubleshooting GuideSystematic troubleshooting for failed conversions: 6 common failure modes, why conversions take so long, handling very large files (over 500 MB), speed-up tips, and recovery options when a converter fails entirely.
- Using Our ToolsFile Formats You Actually Need to KnowPractical taxonomy of the ~20 formats covering 95% of everyday use — documents, images, data, audio/video, archives, and the rare ones. Real differences between PNG/JPG/SVG, EPUB/MOBI/AZW3, CSV/JSON/XML/YAML.
- Using Our ToolsConverting Files Without Losing QualityLossy vs lossless conversions, image format tradeoffs (PNG, JPG, WebP, AVIF, SVG), preserving metadata, compression effects, multi-stage conversion damage, and keeping structure (tables, lists) across format changes.
- Using Our ToolsCSV and Spreadsheet Data Conversion GuideConvert between CSV, JSON, XML, YAML, and Excel cleanly. The CSV-to-Excel pitfalls (auto-corruption of ZIP codes), JSON-to-CSV with nested data, XML-to-CSV row detection, and how to keep structure across formats.