{{Short description|Key on many computer keyboards}} {{Citations missing|date=December 2007}} {{redirects|Overtype|additive typing (rather than replacement typing)|Overstrike}} thumb|200px|The insert key among other keys The '''Insert key''' {{keypress|Insert}} (often abbreviated '''Ins''') is a key commonly found on computer keyboards.

It is primarily used to switch between the two text-entering modes on a personal computer (PC) or word processor:<ref>{{Cite web|url=https://www.pcmag.com/encyclopedia/term/overtype-mode|title=Definition of overtype mode|website=PCMAG}}</ref> * '''overtype''' mode, in which the cursor, when typing, overwrites any text that is present in the current location; and * '''insert''' mode, where the cursor inserts a character at its current position, forcing all characters past it one position further. The insert/overtype mode toggling is not global for the computer or even for a single application but rather local to the text input window in which the Insert key was pressed.

==Overview== On early text-based computing environments and terminals, when the cursor is in overtype mode, it was represented as a block that surrounded the entire letter to be overstruck; when in insert mode, the cursor consisted of the vertical bar that is highly common among modern applications, or a blinking underline under the position where a new character would be inserted.

On modern keyboards, the Insert key is only present on the control block between the typewriter keys and the numeric keypad. Originally an insert key was provided in the typewriter key block{{Citation needed|date=January 2026}} beside a delete key; both have been removed in favor of a double-sized 'backspace key'. The key was often maligned as unnecessary and more likely to be accidentally than intentionally activated.<ref name="Slate KILL IT OFF">{{cite news |last1=Malady |first1=Matthew J. X. |title=Five Modest Proposals for Improving the Computer Keyboard |url=https://slate.com/human-interest/2012/02/caps-lock-has-to-go-and-other-proposals-for-improving-the-computer-keyboard.html |access-date=15 December 2020 |work=Slate Magazine |date=1 February 2012 |language=en}}</ref>

When keymapping using Octal code, the desired key may be set by sending {{code|\e\161}} to perform the "insert" function.{{cn|date=August 2021}}

== History == Circa 1972, IBM Model B keyboards were equipped with an "INS MODE" key above the cursor arrow keys, next to "DEL".<ref>{{Cite web |last=Shark |first=Admiral |date=2024-02-06 |title=Differentiating IBM 3101, 3270 & 5250 terminal keyboards |url=https://sharktastica.co.uk/topics/3101-3270-5250-comparison |access-date=2026-01-23 |website=Admiral Shark's Keyboards |language=English}}</ref> The Model B keyboards were used with 3270-series terminals that processed screen data locally before sending to the host.

HP 2640 series terminals, introduced in 1974, possessed an "Insert Char" mode-toggle button with a status light. It was positioned above the numeric keypad group, along with Delete Char, Insert Line, and Delete Line non-modal buttons.<ref>{{Cite web |last=Loewen |first=Mike |title=HP2647A-37L |url=https://q7.neurotica.com/Oldtech/Terminals/HP2647A-37L.jpg |website=Old Technology Collection}}</ref><ref>{{Cite book |url=https://drive.google.com/file/d/1g9QJnfCy3yIcgIhhjFiEsWKDiTTH0mRk/view |title=2645A Display Station User's Manual |date=1978 |pages=iii, 3-5, 4-2 |quote=The edit group (upper right portion of the keyboard) contains four keys that allow you to edit text or data on the screen. ... The [Insert Char] key allows you to insert characters into a line without overwriting existing characters. When you press the [Insert Char] key the indicator above the key lights. This indicates that you are in the insert character mode. When you want to return to the normal (overwrite) mode of character entry, press the key again. [p. 3-5] ... You can insert characters with wraparound by typing [Ctrl] [Insert Char]. This will cause the [Insert Char] indicator to blink. While in this mode characters that overflow a line due to insertion are moved to the next line. [p. 4-2]}}</ref><ref>Snow Survey 65, photograph (1975), United States Department of Agriculture, Natural Resources Conservation Service, Montana. Depicts a man working at a 2640A terminal, the edit group of keys are present on the top-right of the keyboard. </ref>

The IBM 5100 portable (1975) showed Insert and Delete above the top-row cursor keys.<ref>{{Cite web |last=Dunfield |first=Dave |title=IBM 5100 |url=http://dunfield.classiccmp.org/ibm5100/index.htm |access-date=2026-01-23 |website=Dave's Old Computers}}</ref> The IBM 5150 PC (1981) featured Ins and Del on the {{keypress|0}} and {{keypress|.}} keys of its Model F keyboard.<ref>{{Cite web |last=Dunfield |first=Dave |title=PC compatibles |url=http://dunfield.classiccmp.org/pc/index.htm#pc |access-date=2026-01-23 |website=Dave's Old Computers}}</ref>

Commodore included an INST|DEL key on its PET<ref>{{Cite web |last=Dunfield |first=Dave |title=Commodore PET |url=http://dunfield.classiccmp.org/pet/index.htm |access-date=2026-01-23 |website=Dave's Old Computers}}</ref><ref>{{Citation |last=Doctorow |first=Cory |title=Original prototype PET, secret hardware archive, Computer History Museum, Mountain View, California, USA |date=2020-02-06 |url=https://www.flickr.com/photos/doctorow/49502019167/ |website=Flickr |access-date=2026-01-23}} (copy on Commons)</ref> and C64 micro-computers from 1977 onwards.<ref>Originally at top-right of the numeric keypad, then relocated to top-right of the main key group. </ref>

Digital Equipment Corporation's VT220 terminal (1985) introduced an "INSERT HERE" key in the editing key group. It would send the escape sequence "CSI 2 ~" to the host.<ref>{{Cite web |last=Williams |first=Paul Flo |title=VT100.net: Digital VT220 Programmer Reference Manual |url=https://vt100.net/docs/vt220-rm/chapter3.html#S3.2.2 |access-date=2026-01-23 |website=vt100.net |at=3.2.2 Editing Keypad}}</ref> In return, a host application could send "CSI 4 h" or "CSI 4 l" to switch Insert/Replace Mode (IRM) on the terminal.<ref>{{Cite web |last=Williams |first=Paul Flo |title=VT100.net: Digital VT220 Programmer Reference Manual |url=https://vt100.net/docs/vt220-rm/chapter4.html#S4.6.4 |access-date=2026-01-23 |website=vt100.net |at=4.6.4 Insert/Replace Mode (IRM)}}</ref>

XTerm, a terminal emulator for the X Window System, sends "CSI 2 ~" in DEC mode, "CSI 2 z" in Sun mode, "ESC Q" in HP mode, and "CSI L" in SCO mode.<ref>{{Cite web |last=Moy |first=Edward |last2=Gildea |first2=Stephen |last3=Dickey |first3=Thomas |title=XTerm Control Sequences |url=https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Non-Function-Keys |access-date=2026-01-23 |website=invisible-island.net |at=Non-Function Keys}}</ref>

==Use in applications == Modern word processing applications operate in insert mode by default, but can still be switched to overtype mode by pressing the Insert key. Some applications indicate overtype mode with a letter-width cursor box, as opposed to the standard narrow cursor; however, others use the narrow cursor for both modes, and indicate overtype with an "OVR" indicator in the status bar.{{cn|date=January 2026}}

The Insert key, when pressed along with Control or Shift keys, can also be used to copy or paste in Microsoft Windows. This behavior comes from the Common User Access standard.{{cn|date=January 2026}}

Screen readers use the insert key for hotkeys for reading text, speaking formatting information, or opening the screen reader's configuration menu or window.{{cn|date=January 2026}}

==References== {{reflist}}

Category:Computer keys {{Keyboard}} {{keyboard keys}}