How to Enable or Disable Sync Browsing Data in Microsoft Edge Across Devices
Sync browsing data in Microsoft Edge automatically copies your passwords, bookmarks, open tabs, and settings to the cloud so they appear on all your signed-in devices. Turning off this feature stops your personal information from showing up on shared computers or other devices.
You can stop Edge from sharing your data using four different methods, ranging from menu switches in version 120 and newer to advanced administrator controls. Taking control of your browser settings keeps your private history safe on every device you own.
Open Microsoft Edge, click your profile icon, select Manage profile settings, choose Sync, and turn off the main switch to stop sharing data across devices. This halts all cloud syncing for your bookmarks, passwords, and open tabs, keeping your personal browsing history private on shared computers.
Method 1Turn Off Sync Directly Inside Edge (For Everyday Users)
Turning off sync directly inside Microsoft Edge stops the browser from sharing your bookmarks, passwords, and settings across your different devices. You can turn off sync browsing data microsoft edge straight from your profile settings in a few clicks, keeping your personal browsing activity private on that specific computer without needing any advanced tools.
- Open Microsoft Edge on your computer. Look for the blue and green swirl icon on your desktop, taskbar, or start menu and click it to launch the browser.
- Click your profile icon. Find your user picture or profile icon sitting in the top-left or top-right corner of the browser window, right next to the web address bar.
- Open your profile settings. Click on Manage profile settings from the menu that drops down, and then select the Sync option.
- Turn off the feature. Look for the main sync switch and turn it off. This action instantly halts all data sharing between this computer and your other devices.
Scroll down that same page to pick and choose individual items—like passwords, favorites, or open tabs—allowing you to keep some conveniences while blocking others.
Method 2Block Sync Using the Local Group Policy Editor (For Work and School PCs)
Blocking sync using the Local Group Policy Editor lets you disable Microsoft Edge data sharing across multiple work or school computers at the same time. You can manage sync browsing data microsoft edge by opening the policy tool with the run command, locating the browser settings, and turning off the feature for every user profile on that machine.
- Open the Group Policy tool. Press the Win+R on your keyboard to open the Run dialog box. Type
gpedit.mscinto the blank space and press Enter. Note that you need Windows Pro, Enterprise, or Education editions for this to work. - Find the Microsoft Edge settings folder. Using the menu on the left side of the screen, click your way through Computer Configuration, then Administrative Templates, then Microsoft Edge.
- Locate the sign-in policy. Scroll through the list of settings on the right until you find a policy named Configure browser sign-in. Double-click it to open its configuration window.
- Disable the feature. Change the setting from “Not Configured” to Enabled. Then, look for the options dropdown menu inside that same window, select the choice that blocks syncing or sign-ins entirely, and click OK.
- Force your computer to notice the change. Open the Command Prompt as an administrator, type
gpupdate /force, and press Enter. This tells your computer to apply the new rules immediately without waiting for a reboot.
Warning: When you apply the sync browsing data policy in Microsoft Edge, you will see your sync settings grayed out with a note saying your organization manages the feature. You cannot change the sync settings back on your own.
Method 3Stop Syncing Through the Windows Registry
Stopping syncing through the Registry Editor is the best alternative for Windows Home users who do not have access to group policies. You can stop sync browsing data microsoft edge by opening the system database with the run command, creating the correct policy keys, and disabling browser data syncing directly in the registry settings.
- Open the Registry Editor. Press the Windows Key + R to open the Run box. Type
regeditand hit Enter. Click Yes if a warning box pops up asking for permission to make changes.
Always back up your registry or create a system restore point before changing keys, as a single typo can cause unexpected computer behavior.
- Navigate to the Edge policy folder. Look at the address bar near the top of the Registry window. Clear whatever is in there, paste the following path, and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeIf you do not see an "Edge" folder at the end of that path, right-click the "Microsoft" folder, choose New, select Key, and name itEdge. - Create the sync-blocking keys. Right-click any empty space in the right-hand panel, choose New, and select DWORD (32-bit) Value. Name this new item
SyncDisabled. - Activate the block. Double-click your new
SyncDisableditem, change its value data from 0 to 1, and click OK. A value of 1 tells Edge to completely block synchronization. - Restart your browser. Close Microsoft Edge completely and open it back up to put your new security rules into effect.
Method 4Use PowerShell to Kill Edge Sync Instantly
Using PowerShell to kill Edge sync instantly gives advanced users a fast command-line method to turn off browser data sharing. You can disable sync browsing data microsoft edge by opening the command console with administrator rights and running specific setup commands to stop data sharing across your entire system without clicking through menus.
- Open PowerShell as an administrator. Press your Windows key, type
powershell, right-click Windows PowerShell in the search results, and choose Run as administrator. - Create the policy folder automatically. Paste the following command into the PowerShell window and press Enter to ensure the necessary policy folder exists on your system:
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Force - Turn off synchronization. Copy and paste this command into PowerShell and press Enter to disable data syncing right away:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Edge" -Name "SyncDisabled" -Value 1 - Verify your work. Open Microsoft Edge and navigate to your profile settings. You should see that the sync toggles are locked out, confirming your script worked successfully.
Tip: You can package this exact command into an automated script and run it across network devices using tools like Microsoft Intune if you manage a fleet of computers.
Summary
Managing sync browsing data microsoft edge depends on whether you use a personal computer or need to control multiple work devices. Everyday users can turn off syncing right inside the browser settings, while system administrators can use group policies, the registry, or PowerShell commands to block data sharing across computers easily.
How can I sync my Edge history across multiple devices?
Syncing your browsing history and other information across multiple devices requires turning on the feature in your profile settings. You can manage sync browsing data microsoft edge by opening your profile menu, selecting sync settings, and turning on the toggles for the specific data types you want to share between your computer and phone.
How to disable sync across devices?
How do you disable sync across devices in Chrome? Open Chrome settings, click You and Google, and select Turn off next to sync. Confirm the action so your data no longer syncs across devices.
Should I turn sync on or off?
Deciding whether to turn sync on or off depends on how many devices you use and your privacy preferences. Turning off sync browsing data microsoft edge keeps your passwords, bookmarks, and history local to one computer so changes do not upload to the cloud or appear on your other devices.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!