Pingsender.exe shows up in Task Manager right after you close Firefox. It’s a legitimate Mozilla process, not malware, but it does send your browsing telemetry data to Mozilla’s servers without asking each time. We looked into what this process actually does and tested two ways to shut it off on a Windows 11 PC running Firefox 128.
- Pingsender.exe is a Firefox component that transmits telemetry data to Mozilla when the browser shuts down
- The process runs briefly after you close Firefox, typically for 5-15 seconds
- Disabling it won’t break Firefox or prevent security updates from arriving
- You can turn it off through Firefox’s privacy settings or the about:config page
- Mozilla’s own data shows pingsender delivers 85% of telemetry pings within one hour of browser shutdown
#What Does Pingsender.exe Actually Do?
Firefox collects usage data while you browse. Feature usage, session length, crash reports, performance metrics. All of it gets logged locally on your machine.
The problem is that Firefox can’t send this data while it’s shutting down because network connections get terminated during the shutdown sequence. That’s where pingsender.exe comes in. According to Mozilla’s telemetry documentation, Firefox spawns pingsender.exe as a separate process right before it fully exits, and this standalone process handles the actual data transmission after the main browser has already closed.
Before Mozilla introduced pingsender in Firefox 55, telemetry delivery was slow. Only about 25% of pings reached Mozilla’s servers within the first hour, and it took roughly 90 hours for 95% of pings to arrive. With pingsender, 85% of pings arrive within one hour, and 95% reach Mozilla within 8 hours.
We watched pingsender.exe in Task Manager on our Windows 11 test PC after closing Firefox 128. It connected to incoming.telemetry.mozilla.org, uploaded the queued data, then terminated itself. Took about 8 seconds.
#Is Pingsender.exe Safe or Should You Remove It?
Pingsender.exe is digitally signed by Mozilla Corporation. It’s at C:\Program Files\Mozilla Firefox\pingsender.exe. No antivirus vendor flags it.
“Safe” and “wanted” aren’t the same thing, though. The telemetry data Mozilla collects includes your hardware specs, installed add-ons, browsing session lengths, and feature usage patterns. Based on Mozilla’s privacy policy, this data is anonymized and used to improve Firefox. Mozilla doesn’t sell this information to advertisers or third parties.
Bandwidth is worth thinking about. When we tested on our Windows 11 machine running Firefox 128, each ping uploaded roughly 40-80 KB per session.
Don’t delete pingsender.exe from your system. Removing the file could cause Firefox errors on startup, and there’s no benefit to deleting it when you can simply disable telemetry through Firefox’s own settings instead, which stops pingsender from having any data to transmit in the first place.
If you’ve seen other unfamiliar processes in Task Manager, check out what browser_broker.exe does or learn about the Google update process that runs in the background.
#How to Disable Pingsender.exe on Windows
Two methods work here.
#Method 1: Firefox Privacy Settings
Open Firefox and type about:preferences#privacy in the address bar. Scroll down to the “Firefox Data Collection and Use” section. This is the faster option and takes about 30 seconds.
Uncheck both of these boxes:
- “Allow Firefox to send technical and interaction data to Mozilla”
- “Allow Firefox to install and run studies”
That’s it. Firefox will stop collecting telemetry data, and pingsender.exe won’t have anything to transmit at shutdown. According to Firefox’s support page on data sharing, unchecking these options immediately stops all data collection.
#Method 2: about:config (Advanced)
This method lets you disable pingsender specifically while potentially keeping other telemetry controls active.
Open Firefox and type about:config in the address bar. Click “Accept the Risk and Continue” on the warning page. Search for toolkit.telemetry.shutdownPingSender.enabled.
Double-click it to change the value from true to false.
There’s a second preference worth changing: toolkit.telemetry.shutdownPingSender.enabledFirstSession. This one controls whether pingsender activates during the very first browsing session after a fresh Firefox installation, so set it to false too if you want complete coverage.
Restart Firefox. Pingsender.exe should no longer appear in Task Manager when you close the browser.
#Verifying Pingsender Is Disabled
After making changes, close Firefox completely and reopen Task Manager. Close Firefox again and watch the process list for about 15 seconds. If you’ve disabled telemetry correctly, pingsender.exe won’t appear. When we tested this on our Windows 11 PC with Firefox 128, the process stopped showing up immediately after we unchecked the data collection boxes and restarted the browser.
If pingsender.exe still shows up, double-check that you unchecked both boxes in about:preferences#privacy, not just one. Firefox has separate toggles for “technical and interaction data” and “studies,” and both need to be off.
#Pingsender.exe vs Other Firefox Background Processes
Firefox runs several background processes besides pingsender. The Firefox update service checks for browser updates, plugin-container.exe sandboxes add-ons, and crashreporter.exe sends crash data when Firefox freezes. Each one handles a different job.
Pingsender is the only one that activates at shutdown. The others run while Firefox is open.
#Side Effects of Disabling Firefox Telemetry
Firefox works exactly the same. Your browser performance won’t change, extensions function normally, and security updates still arrive on schedule.
The only difference is that Mozilla loses your usage data. According to Mozilla’s data practices FAQ, they rely on aggregated telemetry from millions of users to decide which features to develop and which bugs to prioritize. Disabling telemetry means your setup won’t factor into those decisions, but that’s a tradeoff most privacy-conscious users are willing to make.
Some people pair this with a VPN and cross-site tracking protection. Others leave telemetry on because Mozilla is a nonprofit.
#Bottom Line
Pingsender.exe is a Firefox telemetry delivery tool, not malware. Start with Method 1 by unchecking the data collection boxes in about:preferences#privacy. If pingsender still shows up, use Method 2 to flip the toolkit.telemetry.shutdownPingSender.enabled flag to false in about:config. The whole process takes under a minute and doesn’t affect how Firefox runs.
#Frequently Asked Questions
#Does disabling pingsender.exe stop all Firefox telemetry?
Not completely. Disabling pingsender only stops the shutdown delivery mechanism. To fully stop all data collection, uncheck both telemetry options in about:preferences#privacy. That approach is more thorough because it prevents Firefox from gathering the data in the first place, rather than just blocking delivery.
#Will Firefox still receive security updates if I disable telemetry?
Yes. Updates arrive through a completely separate system. Mozilla has confirmed this in their support documentation.
#Can pingsender.exe be malware disguised as a Firefox process?
Check the file location first. The legitimate pingsender.exe lives in C:\Program Files\Mozilla Firefox\. If you find it in C:\Users\ or C:\Temp\, scan it with your antivirus software immediately. Malware occasionally mimics legitimate process names, but the real file is always inside the Firefox installation directory and carries Mozilla’s digital signature.
#How much data does pingsender.exe actually send?
Each ping is 40-80 KB. One ping per shutdown, so 200-400 KB daily if you close Firefox five times.
#Does pingsender.exe affect my computer’s performance?
No. The process runs for 5-15 seconds after you close Firefox and uses less than 5 MB of RAM. If you notice a process named pingsender consuming significant CPU or running for longer than a minute, something else is going on and that file deserves a closer look with your antivirus scanner.
#Is pingsender.exe unique to Firefox or do other browsers have similar processes?
Every major browser collects telemetry. Chrome, Edge, and Opera all phone home. Firefox is the only one where disabling it takes two clicks in a clearly labeled settings panel, while many Chromium-based browsers bury the option deep in advanced settings, require command-line flags, or don’t offer a complete opt-out at all.
#What telemetry data does Mozilla actually collect through pingsender?
Hardware specs, OS version, installed extensions, session duration, and crash reports. Not browsing history or passwords. Type about:telemetry in Firefox to see your data.
#Can I re-enable pingsender.exe after disabling it?
Yes. Go back to about:preferences#privacy and recheck the data collection boxes, or flip the about:config values back to true. Firefox will resume collecting and sending telemetry starting from your next session. Any data from the period when telemetry was disabled is gone permanently.