21

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.

1

5 Answers 5

7

For the new Chromium-based Microsoft Edge browser, this works:

  1. Type in the address bar
  2. Use the down arrow key to highlight the suggestion entry you want to delete
  3. press shift + Delete

Source: How to delete SPECIFIC autofill entries from Google Chrome?

3
  • 1
    this doesn't work for me
    – filups21
    Commented Dec 8, 2022 at 12:58
  • In which step do you get stuck? If it's step 3, there's a cross mark to the right of each entry now. Try clicking that. Commented Dec 8, 2022 at 23:17
  • Unfortunately, not here either. I'm running Microsoft Edge Version 111.0.1661.44 (Official build) (arm64), (installed just this week) and there's no X mark to the right of any entry, and Shift + Delete does not work either. Also tried Control + delete, option + delete, and command + delete. Nothing worked. Commented Mar 21, 2023 at 13:21
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.

6
  • 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
    Commented May 25, 2018 at 16:03
  • 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
    Commented May 27, 2018 at 7:34
  • I got here from 3D1T0R's link and it is exactly what I needed. Thanks for posting.
    – Ryan B.
    Commented Feb 14, 2019 at 16:11
  • 2
    The suggested RoamingState folder is empty for me.
    – filups21
    Commented Dec 8, 2022 at 13:00
  • This question was asked when it was the old Edge not based on Chromium. So I have no idea if it is still valid.
    – Ben L
    Commented Mar 22, 2023 at 17:31
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
-1

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
1
  • 2
    This is not an answer to the question, which asks for selected entries, not all autocomplete entries.
    – Ωmega Δ
    Commented Mar 9, 2016 at 17:44
-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.

1
  • 3
    This is not an answer to the question, which asks for selected entries, not all autocomplete entries.
    – Ωmega Δ
    Commented Feb 23, 2016 at 18:19

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .