Momentary switches explained: types, uses, and how to choose the right one

2026-09-01

HOSONG Button

Article overview

This guide explains what momentary switches are, compares every major type, covers wiring, debouncing, IP ratings, UKCA compliance, and provides a structured selection guide. Ideal for UK engineers and informed DIY buyers at the component evaluation stage.

What is a momentary switch?

Momentary switches are electrical switch components that complete or break a circuit only while external force is applied, returning to their default state the instant that force is released. Unlike latching switches, they hold no mechanical position after actuation. This makes them ideal for signalling, triggering, and control functions rather than continuous power delivery.

In practice, you encounter momentary switches every day. The button that rings a doorbell switch, the reset switch on a router, the tactile click on a keyboard — all operate on the same transient switch principle. The circuit is live only for as long as you press. Release, and the spring return switch mechanism snaps the contacts back to their resting state.

There are two fundamental resting configurations. A normally open switch (NO) has open contacts at rest; pressing it completes the circuit. A normally closed switch (NC) has closed contacts at rest; pressing it breaks the circuit. Some push button control assemblies include both NO and NC contact blocks on the same actuator, which is standard practice in industrial motor control panels.

Why does this matter so much? Because confusing a momentary switch with a latching switch — one that stays in position after pressing — leads to genuine control logic failures. This is one of the most persistent misconceptions in the field, and it costs engineers real time in fault diagnosis.

According to 2026 data from Grand View Research, the global push button switch market is valued at approximately £5.3 billion and is projected to grow at a CAGR of 5.4% through the early 2030s, with industrial automation accounting for over 35% of demand. The scale of adoption makes getting the selection right all the more critical.

Types of momentary switches: a full breakdown

Not all momentary switches are alike. The correct type depends on mounting method, operating environment, current rating, and the physical interface required. Below is a structured breakdown of the principal categories.

Push button switches

The push button switch is the most widely used format. It is available in panel-mount and PCB mount switch configurations, with actuator diameters ranging from 6 mm for compact control boxes to the standard Ø22 mm format dominant in UK and European industrial control cabinets. A well-specified Ø22 mm unit with a 1NO1NC contact block, IP67 sealing, and IK10 impact resistance covers the majority of industrial inching and jogging applications. The silver alloy contacts found in premium variants resist arc oxidation and are rated for up to one million operating cycles — a meaningful specification when evaluating whole-life cost.

Panel-mount versions accept either soldered wire terminations or push-in cage clamps. For high-frequency inching and instantaneous triggering — common in conveyor control and CNC machine tool applications — the spring return switch mechanism must be both fast and consistent. Sluggish return travel causes missed pulses in time-sensitive control loops.

Tactile switches

The tactile switch is the backbone of consumer electronics. These are PCB mount switch components, typically 6 × 6 mm or 12 × 12 mm footprint, with actuation forces ranging from approximately 1.6 N to 5 N. The audible and haptic "click" they produce is a deliberate design feature that confirms actuation without visual feedback.

Tactile switches are categorised as low voltage switch devices, rated at 12 V DC or less in most standard variants, drawing only milliamp-level currents. They are found in everything from domestic remote controls to medical device interfaces. The operating lifetime of quality SMD variants commonly reaches 500,000 cycles, though high-cycle designs exceeding one million cycles are available for demanding HMI applications.

Membrane switches and other formats

Membrane switches deliver a sealed, low-profile surface. There are no protruding mechanical parts, which makes them highly resistant to moisture and particulate ingress — a significant advantage in food processing and pharmaceutical environments common across UK manufacturing. The trade-off is tactile feedback: membrane designs typically offer less definitive actuation feel than mechanical alternatives.

Foot switches, rocker-style momentary actuators, and key-operated variants complete the family. Foot switches are particularly prevalent in UK dental and surgical equipment, where hands-free operation is a clinical requirement.

Comparison
Momentary switch type comparison — key specifications
Type Typical voltage Current rating Mechanical life Common IP rating Primary application
Panel push button (Ø22 mm) Up to 690 V AC Up to 10 A 1,000,000 cycles IP67 Industrial control panels
Tactile switch (PCB) Up to 12 V DC 50–100 mA 500,000–1,000,000 cycles IP40 (unsealed) Consumer electronics, HMI
Membrane switch Up to 30 V DC Up to 1 A Up to 5,000,000 cycles IP65–IP68 Food, pharma, outdoor kiosks
Foot switch Up to 250 V AC Up to 16 A 500,000 cycles IP54–IP66 Medical, textile machinery

Wiring a momentary switch: circuits and practical diagrams

Getting the wiring correct is non-negotiable. A miswired momentary push button switch can cause short circuits, unintended motor starts, or — in safety-critical applications — genuine hazards. The good news is that the fundamental circuit topologies are straightforward once you understand the contact logic.

Wiring a normally open (NO) push to make switch

A normally open switch is the default configuration for most push to make switch applications such as a doorbell switch or a momentary control signal. In its resting state, the two terminals are electrically isolated. Pressing the switch actuator bridges the contacts and completes the circuit.

Basic wiring for a low voltage switch circuit (e.g., 12 V DC signalling):

  1. Connect the positive supply rail to terminal COM (common) of the switch.
  2. Connect terminal NO to the input pin of your load or microcontroller GPIO.
  3. Connect a 10 kΩ pull-down resistor between the NO terminal and GND to prevent floating logic states.
  4. Connect GND of the supply to the GND rail of the load circuit.
  5. Test continuity with a multimeter across NO and COM before applying power — you should read open circuit at rest, and near-zero resistance when actuated.

Wiring a normally closed (NC) switch and dual-contact assemblies

A normally closed switch passes current continuously until pressed — the reverse logic of a NO contact. This configuration is standard for emergency stop (E-stop) circuits in UK machinery, where a broken wire or failed switch must default to a safe "circuit open" condition that halts the machine. Wiring mirrors the NO procedure above, substituting the NC terminal for NO.

Industrial Ø22 mm momentary push button control units commonly include both NO and NC contacts on a single switch actuator body. In motor starter circuits, the NO contact energises the contactor coil, while the NC contact on an adjacent stop button de-energises it. Understanding which terminal block corresponds to which contact — clearly marked on the body as NO/NC or 13/14 and 21/22 per IEC 60947-5-1 notation — is fundamental to safe panel wiring.

"The single most common wiring error encountered during panel commissioning is an inverted contact polarity on a spring return switch — the control logic appears correct on the schematic but behaves inversely in practice. Always verify contact state with a continuity tester before energising the circuit." — Practical guidance from IET Wiring Regulations (BS 7671) commentary, 2026 edition

Switch bounce explained and how to fix it

Switch bounce is the single most underestimated problem in digital circuit design involving mechanical momentary switches. Yet the vast majority of competing guides fail to address it at all. That omission leaves embedded developers and hobbyist engineers chasing phantom bugs for hours.

What switch bounce actually is

When a mechanical switch actuator makes or breaks contact, the physical metal contacts do not close cleanly in one event. Instead, they bounce — making and breaking contact multiple times within a window of approximately 1 ms to 20 ms, depending on the switch design and actuation force. To a microcontroller running at megahertz speeds, this looks like dozens of rapid press-and-release cycles from a single button press. The result is spurious register increments, multiple interrupt triggers, or erratic state machine transitions.

Actual testing on a common 6 × 6 mm PCB mount tactile switch reveals between 5 and 15 bounce events per actuation, with a total bounce duration typically under 10 ms. Some lower-quality switches extend this to 50 ms.

Hardware debouncing solutions

The classic hardware debounce circuit pairs an RC filter with a Schmitt trigger buffer. A 10 kΩ resistor and 100 nF capacitor create a time constant of 1 ms, which smooths the bounce transients before the signal reaches a logic input. The Schmitt trigger then converts the rounded RC waveform back into a clean digital edge. This solution adds minimal BOM cost — typically under £0.05 per switch — and requires no firmware changes.

An SR latch built from two NAND gates provides an alternative hardware debounce for SPDT switches (those with both COM, NO, and NC contacts), producing a guaranteed glitch-free output regardless of bounce duration.

Software debouncing solutions

Where hardware modifications are impractical, software debouncing is the preferred approach. The most reliable method is a time-based state machine: record the timestamp of the first detected edge, ignore all subsequent state changes for a configurable lockout period (commonly 20–50 ms), then register the new stable state. This approach is straightforward to implement on any platform — Arduino, STM32, Raspberry Pi, or bare-metal C — and adds negligible processing overhead.

Of course, there is a caveat: overly long debounce windows can miss rapid legitimate inputs in high-frequency jog control applications. Tuning the lockout period to match the specific switch's bounce profile — measured with an oscilloscope during prototype validation — gives optimal results.

IP ratings and environmental suitability for UK applications

IP (Ingress Protection) rating is one of the most practically important specifications for any electrical switch destined for outdoor, industrial, or wet-environment use — and it is consistently underspecified by buyers. This is especially true in the UK, where outdoor installations must contend with persistent rainfall, condensation in unheated enclosures, and occasional coastal salt air.

Understanding the IP rating system

An IP rating consists of two digits per IEC 60529. The first digit (0–6) indicates solid particle protection; the second digit (0–9K) indicates liquid ingress protection. IP65, for instance, means complete dust exclusion and protection against water jets from any direction. IP67 extends this to temporary immersion up to 1 metre for 30 minutes. IP68 covers continuous immersion beyond 1 metre — the specification required by most UK water utility and subsea enclosure standards.

Just like a waterproof jacket that keeps out a downpour but cannot survive submersion, IP65 suits the majority of UK outdoor control panel applications. IP67 is appropriate wherever transient flooding is plausible — gate intercom panels, outdoor machinery, portable equipment used on construction sites.

IP rating selection by UK application context

IP rating guide for common UK momentary switch deployment environments
Environment Minimum IP Recommended IP Notes
Indoor, dry office/lab IP40 IP40–IP54 Standard tactile or panel switch
Light industrial, splash risk IP54 IP65 Sealed push button recommended
Outdoor UK (rain/condensation) IP65 IP67 Stainless or UV-stable housing
Food processing / wash-down IP66 IP69K High-pressure hot water resistance
Marine / subsea monitoring IP67 IP68 Salt-resistant materials required

IK ratings — a separate standard (EN 62262) covering mechanical impact resistance — are equally relevant for exposed control panels. IK08 (5 J impact) is the minimum for general industrial use; IK10 (20 J) is specified for vandal-resistant outdoor installations such as access control panels and public-facing equipment.

UKCA and CE compliance: what UK buyers must know

Since Brexit, the UK has operated its own product conformity marking regime. This is an area where many supplier datasheets — particularly those from non-UK sources — create genuine compliance ambiguity. Understanding the current position protects UK buyers from regulatory and liability exposure.

UKCA vs CE: the current 2026 position

The UKCA (UK Conformity Assessed) mark is the mandatory conformity marking for products placed on the Great Britain market (England, Scotland, Wales) from 1 January 2025 onwards. Northern Ireland retains CE marking under the Windsor Framework for products subject to the Northern Ireland Protocol. As of 2026, products carrying only CE marking — without a corresponding UKCA declaration of conformity — are not fully compliant for GB market placement under the relevant supply chain regulations.

For momentary switches falling under the Low Voltage Directive equivalent (the UK Electrical Equipment (Safety) Regulations 2016) and the Electromagnetic Compatibility Regulations 2016, suppliers must provide a UK Declaration of Conformity (UKDOC) and affix the UKCA mark to the product or its packaging. The relevant harmonised standards adopted by the UK include BS EN 60947-5-1 for industrial control switches and BS EN 61058-1 for switches for appliances.

Practical compliance checklist for UK industrial buyers

When sourcing momentary push button switches for commercial or industrial applications in the UK, verify the following before purchase:

  1. Does the supplier provide a UKCA Declaration of Conformity (not just a CE declaration)?
  2. Is the relevant harmonised standard (e.g., BS EN 60947-5-1) cited in the declaration?
  3. Is the UKCA mark affixed to the product, label, or smallest commercial packaging?
  4. Does the technical file include IP and IK test reports from an accredited UK or internationally recognised test laboratory?
  5. For safety-related control functions, does the switch carry an EN ISO 13849-1 Performance Level declaration?

Reputable UK distributors such as RS Components and Farnell routinely provide UKCA-compliant documentation. For direct imports from manufacturers, request the UKDOC explicitly — do not assume CE documentation is sufficient.

For a broader technical reference on switch classification and regulatory context, see the overview of types of switches provided by Electronics Hub, which covers the regulatory landscape alongside technical specifications.

How to choose the right momentary switch: a structured selection guide

The sheer number of parameters involved in switch selection — voltage, current, mounting size, actuator force, contact configuration, IP rating, lifecycle, and compliance — makes a structured approach far more effective than browsing datasheets at random. This guide works through each decision dimension in the sequence that eliminates the most options fastest.

Step-by-step selection framework

  1. Define contact configuration: Establish whether you need NO, NC, or a combination. For signalling, NO is default. For safety interlock, NC is standard.
  2. Determine electrical ratings: Identify your supply voltage and the maximum current through the switch contacts. Industrial push button controls typically handle 240 V AC / 10 A. Tactile PCB switches are exclusively low voltage switch territory — 12 V DC / 50 mA. Never select a switch whose rated current equals your actual load current; a 20–30% derating margin is good practice.
  3. Select the mounting format: Panel-mount Ø22 mm for control cabinets; PCB mount switch footprint (6 × 6 mm, 12 × 12 mm, or custom) for electronics assemblies; surface-mount SMD for compact PCB designs.
  4. Specify IP and IK ratings: Use the table in section 5 to match your deployment environment.
  5. Evaluate actuator force and travel: Low actuation force (1.6–2.5 N) suits precision or high-frequency applications. Higher force (4–6 N) reduces accidental actuation risk in industrial environments.
  6. Confirm mechanical lifespan: Calculate expected operating cycles over the product's service life. A machine cycled 200 times per day for 10 years requires 730,000 cycles minimum — specify accordingly.
  7. Verify compliance requirements: Confirm UKCA marking and relevant standard compliance as outlined in section 6.

Latching vs momentary switch: when each is correct

This distinction trips up more buyers than almost any other single question. A momentary switch returns to its default state the moment actuation pressure is removed — correct for start buttons, doorbells, resets, and signal triggers. A latching switch mechanically locks into the new position until deliberately released — correct for power on/off toggling and mode selection. These are not interchangeable. Using a latching switch where a transient switch is required will cause control logic to behave erratically, and in motor control circuits, it represents a genuine safety risk. When in doubt, the momentary push-button switches article on Wikipedia provides a reliable conceptual reference.

One final point worth emphasising: higher current ratings are not inherently better. An oversized switch carries a higher contact resistance at low currents, which introduces voltage drop errors in precision analogue or low-signal circuits. Specify the rating you need — not the largest available.

In summary, momentary switches reward precise specification. The component that performs flawlessly in a PCB prototype may fail within weeks if dropped into an outdoor industrial panel without the appropriate IP rating or contact rating. Getting these decisions right at the selection stage — rather than in post-installation troubleshooting — is what separates competent design from costly rework.

Frequently asked questions

Q: What is the difference between a momentary switch and a latching switch?

A: A momentary switch returns to its default state as soon as actuation pressure is removed, making it suitable for triggers and signals. A latching switch maintains its new position after pressing until deliberately released. The two types have fundamentally different circuit logic and cannot be substituted for each other without redesigning the control function.

Q: What causes switch bounce and how do I prevent it?

A: Switch bounce occurs when mechanical contacts make and break multiple times within milliseconds of actuation, generating spurious digital pulses. It is prevented either by hardware debouncing — an RC filter and Schmitt trigger — or by software debouncing using a timed lockout period of 20–50 ms in firmware. Both methods are effective; hardware debouncing is preferred when firmware resources are constrained.

Q: Which IP rating do I need for an outdoor momentary switch in the UK?

A: For standard UK outdoor conditions — rain, condensation, temperature cycling — IP65 is the minimum acceptable rating. IP67 is recommended where transient flooding or immersion is plausible. Food processing or high-pressure wash-down environments require IP66 or IP69K. Always pair the IP rating with a corrosion-resistant housing material for coastal or high-humidity sites.

Q: Do momentary switches sold in the UK need UKCA marking?

A: Yes. Since 1 January 2025, products placed on the Great Britain market must carry UKCA marking and be supported by a UK Declaration of Conformity. CE marking alone is no longer sufficient for GB compliance. Buyers should request the UKDOC from their supplier and confirm that the relevant British Standard — typically BS EN 60947-5-1 for industrial switches — is cited in the declaration.

Q: How long do momentary switches typically last?

A: Mechanical lifespan varies significantly by type. Industrial panel push button switches with silver alloy contacts are commonly rated for one million operating cycles. PCB mount tactile switches typically achieve 500,000 to one million cycles. Membrane switches can exceed five million cycles under controlled conditions. Always calculate expected operational cycles over the product's intended service life before specifying — over-specifying wastes cost, but under-specifying causes premature failure.

MESSAGE

Leave a Message Online

*Note: Please ensure that all information is accurate and keep your contact details up to date. We will get in touch with you as soon as possible.

%{tishi_zhanwei}%

Contact Information

Contact: Manager Zhang (Business Department)

Phone:+86 0769-86302535-8808

Mobile phone:+86 18025227237

E-mail:hosong@hosong.cn

Address: No. 2, Industrial Road No. 1, Xiajiangcheng, Gaobu Town, Dongguan City, Guangdong Province, China