How to disable the Insert key in Windows 10
When you accidentally press Insert
on the keyboard, it will switch to Overtype mode . This means that whatever you enter next will overwrite the text behind the cursor. Luckily, you can disable this annoying key in Windows 10.
Each key on the keyboard has a corresponding key-scanning code, telling Windows how to handle each key combination. Although you can turn off the key Insert
by default, you can also ask Windows to replace it with an empty character in the Windows Registry.
Disable the Insert key with SharpKeys
SharpKeys is free software that you can use to edit a specific Registry entry. It uses a graphical interface to remap keys on the keyboard. This tool makes it easy to make necessary changes to the Registry without actually opening the Registry Editor.
To do this, download the most recent release of SharpKeys here:
http://fa.getpedia.net/data?q==AzM5cDOwcjNwgDM0QDNyczM2wHM3kDOzwXaz1mL5Mzc5V2awJXYoN3LwEzL1AzL5EDMy8SZslmZvEGdhR2L
After installing SharpKeys, open it from the Start menu, then click Add when it opens.
Scroll through the list to the left and click Special: Insert (E0_52) , press Turn Key Off (00_00) in the right list, then click OK to remap the key.

The value in parentheses is the key scan code associated with it, so the key code Insert
is 00_52. You want to disable it, so please replace this code with nonexistent 00_00 .
Next, click Write to Registry and SharpKeys will add the values to the Windows Registry for you.
Click on OK.

For the changes to take effect, you must log out or restart the computer.
You can also use SharpKey to disable other annoying keys, like Caps Lock
.
Disable the Insert key through Registry Editor
If you are comfortable making changes to the Windows Registry, you can also manually disable the key Insert
in Registry Editor. You will make the same changes that SharpKeys has made above.
Registry Editor is a powerful tool. But if abused, it can make the system unstable or even stop working. However, this is a fairly simple trick. As long as you follow the instructions, there will be no problem.
If you've never worked with this tool before, you should learn a little about how to use Registry Editor before getting started. Remember to back up your Registry and computer before you make the following changes.
For added security, you can create a system restore point before continuing. This way, if something goes wrong, you can go back to the time before things went wrong.
When ready, open Registry Editor and navigate to the following key in the left sidebar:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlKeyboard Layout
Right-click on Keyboard Layout , choose New> Binary Value .
Although the name of the value can be arbitrary, you should choose something easy to remember (just in case you have to find it again and make any changes). For example, you can name it Insert Remap.
Double-click the value, and then set the value data to:
00 00 00 00 00 00 00 00 02 00 00 00 00 00 52 E0 00 00 00 00

Order is very important here. It tells the operating system how to handle the mapping and what to do when you press the key.
- The first 16 zeros act as titles and will still be set to 0. You can ignore these numbers.
- The next hexadecimal number determines how many mappings in the value plus 1 - the last empty entry - followed by 6 zeros.
- The next 2 digits are the scan code to the key you want Windows to map the Insert key to. In this case, set it to 00 00.
- The following scan code is for the key
Insert
( 52 E0 ). - Finally, the last eight zeros represent the empty and end entry.
As long as you follow the diagram above, you can map multiple keys with a single value. First, increase the number 02. Then, enter both the scan code for the remapped key and the default key before the empty entry (the last eight zeros).

It may seem confusing at first, but once you understand which set of values will do the task, everything will become easier.
You should read it
- Disable, remove notification icon Get Windows 10
- Disable Windows 10 keyboard in 5 simple ways
- How to disable USB ports on Windows, Mac and Linux
- How to use the Insert key to insert copied text in Word?
- 3 How to disable BitLocker in Windows 10
- How to disable keyboard shortcuts and hotkeys on Windows 10
- How to disable iphlpsvc in Windows 10
- How to turn off Hyper-V on Windows 10, disable Hyper-V
May be interested
- Windows 10 has the same split screen function as on macOSanother reason for you to experience windows 10 immediately when you can.
- How to pin a Microsoft To Do list to the Start menu on Windows 10you can pin your favorite microsoft to do list to the start menu and here's how you do this on windows 10.
- 2 ways to enable / disable clipboard sync on Windows 10by default, clipboard sync is turned off. in this tutorial, tipsmake will show you 2 methods to enable or disable clipboard sync feature on windows 10.
- 3 ways to remove a Windows 10 computer from a domain that no longer existshow to delete a computer from a domain that no longer exists, or unjoin and join the domain without having to reset the user profile? there are 3 methods to remove a windows 10 computer from a domain.
- 5 ways to open Resource Monitor in Windows 10resource monitor is a tool that allows you to simply monitor cpu, memory, disk and network usage. in this tutorial, tipsmake will show you quick ways to open resource monitor in windows 10.
- How to view command history from previous PowerShell sessions in Windows 10in this tutorial, tipsmake will show you how to view the entire command history from all previous sessions in windows 10.