Using Our Tools · Guide · File & Format Converters
Best Free File Converters for Mac and Windows
Find cross-platform file converters for macOS, Windows, and the web instantly. Transform documents using built-in OS features or no-install online tools.
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 formats. Paste a code or tweak channels and see updates live — free online tool with no download required.File & Format Converters
- Unix Timestamp ConverterConvert Unix epoch seconds or milliseconds to a human-readable date and vice versa. This timezone-aware tool works offline for free, with no sign-up.File & Format Converters
- Number Base ConverterConvert numbers between binary, octal, decimal, and hexadecimal all at once. A clean, ad-free, instant online converter for developers and students alike.File & Format Converters
- CSV to JSONConvert your CSV data into clean, well-formatted JSON instantly. This free tool handles quoted fields and custom delimiters, no upload required.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, STL to OBJ, and 3MF without detail loss using free browser tools. Step-by-step guides — no download, instant access.
- Using Our ToolsHow File Converters Actually WorkUnderstand the decode-transform-encode pipeline, why some info is lost, and encrypted file limits. Free insights in one read, online with no sign-up.
- Using Our ToolsFile Converter Troubleshooting GuideDebug failed file conversions — 6 common failure modes, slow conversions, large files over 500 MB, speed-up tips. Free online guide, no sign-up.
- Using Our ToolsFile Formats You Actually Need to KnowIdentify the ~20 file formats covering 95% of daily use — docs, images, data, audio, video, archives. Free reference guide, no sign-up needed.
- Using Our ToolsConverting Files Without Losing QualityConvert files without quality loss — lossy vs lossless, PNG/JPG/WebP/AVIF tradeoffs, metadata, compression damage. Free online guide, no signup.
- Using Our ToolsCSV and Spreadsheet Data Conversion GuideConvert between CSV, JSON, XML, YAML, and Excel cleanly while avoiding auto-corruption of data like ZIP codes. Read our free guide, no registration.