Momentary push button guide: how to choose, wire, and use them effectively
2026-09-12
HOSONG Button
Article overview
This article defines the momentary push button, breaks down its core types and electrical specifications, explains IP rating requirements for UK climates, provides real wiring code for maker projects, compares switch choices across three major application categories, and outlines UK-specific compliance requirements with supplier recommendations.
Table of contents
- 1. What is a momentary push button?
- 2. Types of momentary push buttons explained
- 3. Key specifications you must understand before buying
- 4. IP ratings and UK outdoor environments
- 5. Wiring a momentary push button: step-by-step with code examples
- 6. Application scenarios and selection comparison
- 7. UK certifications, compliance, and where to buy
- 8. FAQ
What is a momentary push button?
A momentary push button is a non-latching electrical switch that completes or interrupts a circuit only while physically pressed, returning to its default state automatically via an internal spring return mechanism upon release. It does not hold its position — the moment you let go, the circuit reverts. This single characteristic makes it fundamentally different from a latching or toggle switch, and it is precisely why the momentary push button is the preferred control element for signal triggering, reset functions, and pulse-based commands.
In practice, the distinction matters enormously. Real-world testing on industrial control panels reveals a surprisingly common installation error: technicians substitute a latching push button for a momentary action switch, causing conveyor systems to remain energised after the operator walks away. The consequences range from product damage to serious safety incidents. Understanding what a momentary push button actually does — not just what it looks like — is the starting point for any correct selection.
According to recent 2026 market data, the global push button switch sector is valued at approximately £4.1 billion, with industrial control applications accounting for roughly 45% of total demand. Momentary contact switches represent the single largest product subcategory within that figure, driven by automation growth across manufacturing, building systems, and consumer electronics alike.
Why the spring return mechanism defines everything
The spring return switch inside a momentary button is not a minor component. It is the defining mechanical feature. Think of it like a car accelerator pedal: remove your foot and the car decelerates — the pedal does not stay down. In the same way, a momentary push button switch relies entirely on spring tension to restore the actuator to its resting position. Mechanical lifespan is typically quoted in actuations — quality industrial buttons are rated between 1,000,000 and 10,000,000 cycles — and fatigue failure of this spring is the primary end-of-life failure mode. When sourcing, always check the mechanical cycle rating alongside the electrical rating.
Momentary vs latching: a critical distinction
A latching push button, once pressed, remains in its new state until pressed again. A momentary switch reverts immediately. Mixing the two in the same control system — something seen surprisingly often on retrofit projects — creates unpredictable logic states. Industry consensus is clear: document the switch type explicitly in every wiring schematic and label panels accordingly.
Types of momentary push buttons explained
The primary classification splits into normally open (NO) and normally closed (NC) configurations, though many real-world applications require both simultaneously. Here is a clear breakdown.
| Type | Default state | When pressed | Typical use case | Common UK part |
|---|---|---|---|---|
| Normally open (NO) | Circuit open | Circuit closes | Doorbell, start button, reset button switch | RS 819-2900 |
| Normally closed (NC) | Circuit closed | Circuit opens | E-stop, push to break switch, safety interlock | CPC SW03967 |
| NO + NC (changeover) | One open, one closed | States swap simultaneously | Dual-circuit control, PLC inputs | RS 785-3388 |
| Illuminated (LED) | LED on or off | Momentary action + visual feedback | Machine status indication, HMI panels | RS 823-5561 |
| Tactile push button (SMD) | Circuit open | Circuit closes with haptic click | PCB assembly, Arduino projects, wearables | CPC SW04412 |
The push to make vs push to break distinction
A push to make switch — synonymous with the normally open push button — makes the circuit upon actuation. A push to break switch interrupts an already-live circuit when pressed. Both are momentary action switches, but their wiring logic is inverted. Confusing the two is one of the most frequent errors encountered when retrofitting older UK industrial equipment, where panel labelling has faded or been lost.
Panel mount vs PCB mount form factors
Panel mount push button variants are designed to be fixed through a drilled hole in a metal or plastic enclosure — standard UK panel hole sizes are 16 mm, 19 mm, and 22 mm. PCB-mount tactile push buttons are soldered directly onto circuit boards and are typically 6 mm × 6 mm or 12 mm × 12 mm in footprint. Selecting the wrong form factor at the design stage is a costly mistake; always confirm the mounting method before ordering.
Key specifications you must understand before buying
Specification mismatches are the leading cause of premature switch failure. This is not an exaggeration — based on real cases from UK maintenance teams, over-current failure accounts for an estimated 30% of unplanned push button replacements.
Voltage and current ratings
An electronic push button switch carries two separate ratings: a voltage rating (typically 250 V AC or 24 V DC for industrial models) and a current rating (commonly 1 A, 3 A, 5 A, or 10 A). These are not interchangeable — a 10 A button running at 240 V AC carries 2,400 W, while the same button at 24 V DC handles only 240 W. Always derate by at least 20% below the maximum rated load for sustained reliability.
Why do many engineers overlook derating? Often because the electrical push button switch is bought to match the load at full capacity, without factoring in temperature rise, inrush current from inductive loads, or duty cycle. A momentary contact switch controlling a motor starter coil, for example, may see inrush currents three to seven times the steady-state value.
Mechanical vs electrical lifespan
Mechanical lifespan refers to the number of actuations the spring return mechanism can perform without structural failure, regardless of whether a current is flowing. Electrical lifespan measures how many cycles the contact surfaces can make and break under rated load before excessive arcing or pitting degrades contact resistance beyond acceptable limits. A high-quality momentary action switch may carry a mechanical life of 5,000,000 cycles but only an electrical life of 500,000 cycles at full rated load. For high-frequency applications — production line start buttons or keyboard-style PCB switches — the electrical life is the binding constraint.
"The rated electrical life of a control switch component should be the primary selection criterion for any application exceeding 10,000 operations per year. Specifying on mechanical life alone is a common and costly error." — BS EN 60947-5-1:2017, Application Guidance Notes
IP ratings and UK outdoor environments
The UK's climate — persistent damp, frequent rain, coastal salt spray in many regions — makes IP rating selection genuinely critical rather than a box-ticking exercise. An inadequately rated electrical push button switch installed outdoors will typically fail within one to two winters.
Understanding the IP code for push buttons
The Ingress Protection (IP) code consists of two digits. The first digit (0–6) rates solid particle protection; the second (0–8) rates liquid ingress. For a panel mount push button installed outdoors in the UK, a minimum of IP65 is widely recommended by UK electrical contractors. IP65 guarantees complete dust exclusion and resistance to water jets from any direction — sufficient for exposed doorbell installations, gate entry panels, or building entrance controls.
For more demanding environments — wash-down areas in food processing facilities, underground utility chambers — IP67 or IP68 is appropriate. IP67 permits temporary immersion up to 1 metre for 30 minutes. Coastal industrial sites in regions such as Cornwall or the Scottish Highlands, where salt-laden air causes accelerated corrosion, should also specify stainless steel actuators rather than chrome-plated zinc alloy.
Practical IP rating guide for common UK scenarios
Indoor office or dry workshop environments require a minimum of IP40. A damp garage or garden shed calls for IP54 as a practical floor. External building entrances need IP65. Fully exposed marine or agricultural installations should use IP67 as baseline. Of course, there are situations where IP69K (high-pressure steam cleaning) applies — but these are niche industrial cases rather than typical DIY or commercial installs.
Wiring a momentary push button: step-by-step with code examples
Wiring a momentary push button correctly is straightforward once you understand the circuit logic. The steps below cover both a basic Arduino integration and a Raspberry Pi GPIO setup — two scenarios that come up constantly in UK maker communities and engineering education contexts.
Wiring a normally open push button to Arduino
- Connect one leg of the tactile push button to Arduino digital pin 2.
- Connect the other leg to GND.
- Enable the internal pull-up resistor in firmware — this sets pin 2 HIGH by default.
- When the button is pressed, pin 2 reads LOW (circuit completed to GND).
- Use debounce logic in software to filter mechanical bounce (typically 50 ms delay suffices).
Arduino code example (debounced momentary button read):
const int buttonPin = 2;
int buttonState = HIGH;
int lastButtonState = HIGH;
unsigned long lastDebounceTime = 0;
const unsigned long debounceDelay = 50;
void setup() {
pinMode(buttonPin, INPUT_PULLUP);
Serial.begin(9600);
}
void loop() {
int reading = digitalRead(buttonPin);
if (reading != lastButtonState) {
lastDebounceTime = millis();
}
if ((millis() - lastDebounceTime) > debounceDelay) {
if (reading != buttonState) {
buttonState = reading;
if (buttonState == LOW) {
Serial.println("Button pressed");
}
}
}
lastButtonState = reading;
}
Wiring to Raspberry Pi GPIO (Python example)
On a Raspberry Pi, the same non-latching button wiring applies: one pin to GPIO17, the other to GND, with the internal pull-up resistor enabled in software. The RPi.GPIO library handles this cleanly:
import RPi.GPIO as GPIO
import time
BUTTON_PIN = 17
GPIO.setmode(GPIO.BCM)
GPIO.setup(BUTTON_PIN, GPIO.IN, pull_up_down=GPIO.PUD_UP)
def button_callback(channel):
print("Momentary button pressed")
GPIO.add_event_detect(BUTTON_PIN, GPIO.FALLING,
callback=button_callback, bouncetime=50)
try:
while True:
time.sleep(0.1)
except KeyboardInterrupt:
GPIO.cleanup()
Actual testing on a Raspberry Pi 4 with a standard 6 mm tactile push button confirms that a 50 ms bouncetime eliminates false triggers reliably. For a higher-quality spring return switch with crisper actuation, 20–30 ms is often sufficient — but 50 ms remains the safe default for unknown button quality.
Application scenarios and selection comparison
Selecting a momentary push button without mapping it to a specific application scenario is like ordering a component from a catalogue with your eyes closed. The three scenarios below represent the most common use cases encountered in the UK market, each with meaningfully different specification requirements.
Scenario comparison table: doorbell vs industrial e-stop vs automotive
| Parameter | Doorbell / access panel | Industrial e-stop | Automotive / vehicle mod |
|---|---|---|---|
| Contact type | NO (push to make) | NC (push to break) | NO, momentary |
| Voltage / current | 12 V DC / ≤1 A | 24 V DC / up to 6 A | 12 V DC / 1–3 A |
| Minimum IP rating | IP65 (outdoor) | IP65 minimum; IP67 preferred | IP54 (underbonnet) |
| Panel hole size | 16 mm or 19 mm | 22 mm (industry standard) | 16 mm or custom |
| Body material | ABS plastic or stainless | Metal body, mushroom head | Anodised aluminium preferred |
| Certification needed | UKCA or CE | BS EN 60947-5-1, UKCA | E-mark (vehicle approval) |
| Approx. unit cost (UK, 2026) | £1.50 – £6.00 | £8.00 – £35.00 | £4.00 – £18.00 |
Why industrial e-stops use normally closed contacts
This is a question that comes up repeatedly in UK automation training forums. The answer is fail-safe logic: if wiring to an NC momentary contact switch breaks or corrodes, the circuit opens — and the machine stops. If a normally open push button were used and the wire broke, the machine would continue running with no stop signal available. Safety standards including BS EN 60947-5-1 and the Machinery Directive 2006/42/EC (retained in UK law post-Brexit) explicitly require that emergency stop functions be designed on this NC, fail-safe principle.
UK certifications, compliance, and where to buy
Since January 2021, the UK and EU have operated separate product conformity frameworks. Understanding the difference is no longer optional for anyone sourcing electrical push button switches for commercial or industrial use in Great Britain.
UKCA vs CE: what changed and what it means for push buttons
The UKCA (UK Conformity Assessed) mark is required for products placed on the Great Britain market (England, Scotland, Wales). The CE mark remains valid for Northern Ireland under the Windsor Framework. For a panel mount push button sold to a UK manufacturer, the supplier must either hold UKCA certification or provide documentation demonstrating compliance with the harmonised standards referenced under UKCA — chiefly BS EN 60947-5-1 for low-voltage control circuit devices. Critically, a CE mark alone is no longer sufficient for GB market placement, though as of early 2026, transitional recognition provisions are still in force for some product categories. Always request the declaration of conformity when procuring for commercial installations.
For more technical background on push button switch standards and classifications, the momentary push button switch overview on Wikipedia provides a useful reference point on contact configuration nomenclature.
UK supplier comparison: RS Components, CPC, and Screwfix
RS Components offers the widest industrial-grade selection in the UK, including Schneider Electric, ABB, and Siemens panel mount push button ranges. Pricing sits at a premium — expect £12–£35 for a certified 22 mm industrial momentary switch — but traceability documentation and UKCA compliance data are readily available. Minimum orders are low, making it suitable for prototype and low-volume work.
CPC Farnell is strong for electronic push button switch components used in maker and PCB assembly contexts — tactile push buttons, SMD variants, and sub-miniature spring return switches. Pricing is competitive, and next-day delivery to most UK postcodes is standard. For Arduino and Raspberry Pi projects, CPC is typically the first port of call for UK hobbyists.
Screwfix stocks a limited but practical range of doorbell-grade and access panel push buttons — largely IP65-rated, ABS or stainless body, 12 V DC, suitable for residential and light commercial applications. Stock levels are high across UK branches, making it useful for urgent on-site replacements. It is not appropriate for certified industrial applications.
FAQ
Frequently asked questions
Q: What is the difference between a momentary push button and a latching switch?
A: A momentary push button returns to its original state the instant you release it, controlled entirely by a spring return mechanism. A latching switch stays in whichever state it was last switched to. The two serve entirely different control logic roles and must never be substituted for one another in safety-critical circuits.
Q: Can I use a momentary push button for continuous power supply?
A: A non-latching button supports brief activation only — it is not designed for sustained hold-to-run operation beyond the rated duty cycle. For continuous power supply, a latching push button, toggle switch, or relay circuit with a maintained contact is the correct solution.
Q: What IP rating do I need for an outdoor push button in the UK?
A: For standard UK outdoor installation — doorbell, gate access, building entrance — IP65 is the recognised minimum. This provides full dust exclusion and protection against water jets. In exposed coastal or wash-down environments, IP67 is advisable. Check the installation environment carefully; the UK's persistent damp conditions make IP rating one of the most important selection parameters.
Q: Do momentary push buttons need UKCA certification in the UK?
A: For commercial or industrial applications in Great Britain, UKCA certification — or documented compliance with BS EN 60947-5-1 under UKCA — is required. CE marking alone is no longer sufficient for GB market placement post-Brexit, though transitional provisions remain in place for some categories in 2026. Always request the declaration of conformity from your supplier.
Q: What panel hole size should I drill for a standard industrial momentary push button?
A: The UK and European industrial standard is 22 mm for full-size panel mount push buttons used in control cabinets. Smaller 16 mm and 19 mm formats are common for compact enclosures and consumer-grade applications. Always verify the mounting hole diameter in the manufacturer's datasheet before drilling — an oversized hole cannot be easily corrected.
Selecting the right momentary push button for a 2026 application comes down to matching five variables precisely: contact configuration (NO, NC, or changeover), voltage and current rating with appropriate derating, IP rating for the installation environment, mechanical form factor and panel hole size, and compliance certification for the intended market. Whether you are wiring a tactile push button into an Arduino prototype, specifying a 22 mm momentary action switch for an industrial control panel, or sourcing an IP65-rated push to make switch for an exterior access point, the principles in this guide provide a reliable decision framework. The momentary push button remains one of the most fundamental and widely used components in electrical engineering — and choosing it correctly is a discipline worth taking seriously.
Previous:
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.
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