Are Online Image Converters Safe?
Most converters upload your images to a server you know nothing about. Here is how to check, in about thirty seconds.
Most online converters upload your files to a server, and you can check any of them in about 30 seconds using your browser developer tools. Open the Network tab, convert a file, and watch whether a request carries your image away from your machine.
Almost every online converter works the same way: your file is uploaded, processed on a server, and offered back as a download. Retention policies vary from an hour to indefinitely, and you are trusting a policy you cannot verify. The network check is the only claim in this space you can confirm without taking anyone at their word.
How to check any converter in 30 seconds
To find out whether a converter uploads your files, follow these 6 steps.
- Open the converter page in Chrome, Edge or Firefox.
- Press F12 to open developer tools, or right click the page and choose Inspect.
- Switch to the Network tab and clear any existing entries.
- Convert a test file, using something harmless rather than the document you actually care about.
- Watch the request list. A POST or PUT request of roughly your file size means the image was uploaded.
- Check the Size column, since a request carrying several megabytes is unmistakable.
A quiet panel means the work happened on your machine. Some local tools still make small requests for fonts, analytics or error reporting, so look at the size and the direction rather than at the count.
What happens to an uploaded file
An uploaded image is written to a server disk, processed, offered back as a download, and deleted according to a policy you cannot inspect. The file also passes through logs, caches and backups along the way.
Most services state a retention window, commonly 1 hour to 24 hours. That statement covers the primary copy and rarely mentions server logs, content delivery caches or automated backups, which may hold the file longer. None of this implies bad intent. It describes how ordinary infrastructure works, and it is why the safest file is the one never sent.
The 4 questions worth asking
- Is the file uploaded at all? Verifiable in 30 seconds using the Network tab.
- How long is it retained? Stated in the privacy policy and not independently verifiable.
- Who can access it? Staff, subprocessors and anyone with the download link, depending on the design.
- Is the download link guessable? Some services use predictable addresses, which exposes files to anyone who tries.
Only the first question has an answer you can confirm yourself. That is the practical reason to prefer local processing over a promise, since a promise requires trust and a network trace does not.
When uploading is genuinely fine
Uploading is fine for images that are already public or that carry no personal or commercial value. A stock photograph, a published marketing image or a screenshot of a public web page loses nothing by passing through a server.
The calculation changes with the content rather than with the tool. Most people convert a mix of harmless and sensitive files using the same tool without separating them, which is how identity documents end up on servers chosen for a screenshot. Judging each file individually is more effort than choosing a tool that never uploads anything.
When uploading is a real problem
- Identity documents. Passport scans, national identity cards and driving licences enable impersonation.
- Financial records. Bank statements and invoices carry account numbers and transaction history.
- Medical images. Scans and reports are protected by law in most countries.
- Client work under contract. Uploading may breach a non disclosure agreement even when nothing goes wrong.
- Unreleased commercial material. Product photography and campaign assets under embargo.
- Personal photographs of children. Family images carry faces and location metadata together.
How browser based processing differs
Browser based processing reads the file with the page, decodes and re-encodes it using your own processor, and writes the result back to your disk. No request carries the image, so there is nothing to retain.
Browsers have supported this for years through the file and canvas capabilities that any web page can use. The image never leaves the tab, which removes the retention question rather than answering it. The difference is structural rather than a matter of policy, and it is the reason the network check produces a clear result.
Signs a converter processes files locally
Local processing shows 3 characteristic signs: no upload progress bar, speed unaffected by your connection, and continued operation when the network is disconnected. All 3 are easy to test.
The disconnection test is the most convincing. Load the page, switch off your network, then convert a file. A local tool continues working, while an upload based tool fails immediately. The speed test is nearly as useful, since a 200 MB batch that converts in a minute on a slow connection cannot have been uploaded.
What the privacy policy will not tell you
A privacy policy describes intended behaviour rather than actual behaviour, and it can change after you have used the service. Policies also apply to the company rather than to its infrastructure providers.
Read what a policy omits. Many mention deletion of uploaded files while saying nothing about server logs, analytics, error reporting or subprocessors. A policy is a reasonable signal of intent and a poor guarantee of outcome, which is why a network trace is worth more than a page of assurances.
File limits reveal the business model
Free converters that cap you at 10 or 20 files are paying for server processing, which is a strong indication your files are being uploaded. The cap exists because each conversion costs the operator money.
Local processing has no such cost, because the work runs on your machine. A tool offering 500 files per batch for free is either subsidised heavily or processing locally, and the network check distinguishes the 2 immediately. File limits are a business decision rather than a technical one, and they say something useful about where the work happens.
Metadata travels with the file
An uploaded photograph carries its metadata, including the camera, the capture time and frequently the exact location. The picture and the coordinates arrive together, and the coordinates are often the more sensitive half.
A family photograph taken at home records that address to within a few metres. A photograph taken inside an office records that building. Anyone assessing whether a file is safe to upload should consider the metadata alongside the visible content, since a picture that seems harmless can identify where someone lives.
Checking this tool yourself
Run the same 30 second check on this site and confirm the result rather than accepting the claim. Open developer tools, switch to the Network tab, and convert a file.
No request carrying your image will appear, because the decoding and encoding happen on your own processor. Disconnect the network afterwards and convert another file to confirm it. Everything runs inside your browser, batches reach 500 files, and nothing is uploaded, which means there is no retention policy to trust and nothing stored anywhere afterwards.
Apply the same check to every image tool you use rather than to this one alone. Compressors, resizers, background removers and format converters all handle the same files and all make similar claims. The 30 second network test works identically on each of them, and running it once per tool is the difference between knowing where your files went and assuming.