Deleting selected autocomplete entries in Microsoft Edge

16

3

Some form fields on web pages and the Location Bar and the Search Bar have autocomplete drop down lists that appear with a list of previously-entered data.

How can I delete selected entries in such drop down lists in Microsoft Edge browser?


Note: Please do not respond with answers that advise to remove all entries.

Ωmega Δ

Posted 2015-08-12T17:21:56.180

Reputation: 221

Possible duplicate of How to delete entry in Auto Complete in Microsoft Edge

– Burgi – 2016-03-08T10:32:59.860

Answers

3

You'll need a text editor.

  1. Close all edge windows.

  2. Find this file:

typedurls.json

"C:\Users\xxx\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\RoamingState\typedurls.json"
  1. Search for the entry. ie. bing.com

  2. Remove entire json entry.

example:

{"VisitCount":1,"URL":"https://bing.com/","DateUpdatedLow":1588077197,"DateUpdatedHigh":30529921},
  1. Save the file.
  2. Start edge.
  3. Close edge.
  4. Start edge again.
  5. Test the auto-complete bar.

This worked for me. I had to launch and close edge at least one time for it to flush the cache out of memory.

Ben L

Posted 2015-08-12T17:21:56.180

Reputation: 4 610

I just realized I might have answered the wrong question. Are you asking about the url bar? I should probably remove this answer. – Ben L – 2018-05-25T16:03:59.700

The question says "Some form fields on web pages and the Location Bar and the Search Bar have autocomplete drop down lists", so I'd call this a partial answer, and I think it should stay. Perhaps it might be better if it were on a question specifically about the location bar instead, but it's fine. Also, I've written up an answer to cover the form data portion of this question.

– 3D1T0R – 2018-05-27T07:34:03.037

I got here from 3D1T0R's link and it is exactly what I needed. Thanks for posting. – Ryan B. – 2019-02-14T16:11:34.990

3

This answer is for removing and/or editing form data entries. For how to remove an entry from the location bar's history of typed urls, see Ben L's answer.

Note: I don't know about older versions of Microsoft Edge, but this works on Windows 10 version 1803 build 17134.48 which includes Microsoft Edge version 42.17134.1.0 and Microsoft EdgeHTML version 17.17134.
Also, I'm currently using a high resolution monitor with scaling turned on, so my screenshots might be appear a bit larger than what you'll see on your monitor.

  1. Click the ". . ." button at the top right of the Microsoft Edge window.
    "..." / "Settings and more" menu button
  2. Near the bottom of the menu that appears, click "Settings".
    enter image description here
  3. Near the bottom of the sidebar that appears, there's a section labeled "Advanced Settings", in there, click "View advanced settings".
    View advanced settings
  4. Now look for the "Autofill Settings" section, and click "Manage form entries".
    Autofill settings > Manage form entries
  5. Hover your mouse over the entry you want to delete, and click the X that appears at the top right corner of it.

    Note: This screen also sports an "Add new" button so you can add another entry if desired. Clicking this opens a blank copy of the form in the following step for you to fill out for yourself. A list of some example entries, with one highlighted because my cursor is hovering over it which causes the delete "X" to show.

  6. If you only want to remove (or alter) some of the information associated with one of these entries, you can click on the entry, edit it, and click "Save" at the bottom.
    Autofill "Edit form entry" with some text changed

3D1T0R

Posted 2015-08-12T17:21:56.180

Reputation: 606

-2

Click on the ... in the top right corner, then click settings, find the clear browsing history, click the grey button the says choose what to clear. Check all the boxes that you want to clear. I suggest almost all of them except your passwords (that are used for auto sign in), unless you want those gone also.

brian

Posted 2015-08-12T17:21:56.180

Reputation: 1

3This is not an answer to the question, which asks for selected entries, not all autocomplete entries. – Ωmega Δ – 2016-02-23T18:19:35.307

-2

In older versions of Internet Explorer you could bring up the autocomplete list then hover over the entry with your mouse and press Delete. This would clear the entry.

I will try to find some documentation regarding this in Edge. According to one Microsoft engineer it is all or nothing.

  • Launch Microsoft Edge
  • Click the 3 dots (...) in top right corner and click Settings
  • Click View Advance Settings
  • Under Privacy and services, you can turn settings to off

Burgi

Posted 2015-08-12T17:21:56.180

Reputation: 5 916

2This is not an answer to the question, which asks for selected entries, not all autocomplete entries. – Ωmega Δ – 2016-03-09T17:44:44.620