Multi-Process (e10s) can still be disabled in Firefox 68 or later versions, here is how

We’ve reported beginning with Firefox 68 you can no longer disable Multi-Process or e10s in Firefox browser. The about:config pref browser.tabs.remote.autostart which you’ve used before for that purpose will be removed or won’t work if you set its value to false. But Mozilla still allows developers to disable electrolysis in Firefox browser by setting an environment variable in Windows, let us see how we can do that.

Disabling e10s or multi-process in Firefox

1. Right-click on My Computer icon on the desktop, select properties or open run dialog and type “sysdm.cpl” and press enter

System Properties dialog Advanced tab

2. Click Advanced System Settings,

3. Click Environment Variables

Environment Variables Window

4. Under User Variables, click on New and enter variable name and value as below

Variable name: MOZ_FORCE_DISABLE_E10S

Variable value: 1

MOZ_FORCE-DISABLE-E10S variable

5. Click on OK thrice to apply the changes.

6. If Firefox is open, restart the browser

7. After relaunch, click on Help > Troubleshooting information and look for “Multiprocess Windows” entry under Application Basics,  it will show “disabled forcibly” to confirm Firefox is running in a single process.

about support multiprocess windows disabled forcibly

You can also verify that by looking at the Processes tab in Task Manager.

firefox single process Task manager

Note: Do this only if you’ve strong reasons to turn off the multi-process architecture and do note, the company already confirmed there is a chance of New Tab Page breaking as a result. Thanks to our reader Motox 22a for reminding about the environment variable.

Venkat Eswarlu

Venkat is an independent technology journalist and the founder of Techdows. He has been covering web browsers, Windows, and software news since 2009. His exclusive scoops on Chrome, Firefox, and Edge features have been cited by Forbes, TechCrunch, Wired, CNET, and other major publications.

Leave a Reply

Your email address will not be published. Required fields are marked *