Difference Between NO and NC Contacts

Logic is constructed based on the open or closed state of switches, sensors, or relays in every control circuit and automation system. Thus, understanding the NO/NC notion is essential. The phrases “normally open” (NO) and “normally closed” (NC) are used to describe the states that switches, sensors, or relay contacts are in when their coils are not stimulated. It is the core of process automation.

How does NO contact work?

The contact that remains open until a specific requirement is completed is known as a NO contact or a normally open contact. Consider a limit switch as an illustration. A limit switch must contain at least one NO contact. The limit switch’s NO contact stays open until the actuator is depressed. As soon as the actuator is depressed, the contact closes and begins to conduct. When it comes to proximity switches, NO contacts stay open until they detect an disrupt, and when it comes to pressure switches, the contact stays open until the predetermined pressure threshold is exceeded.

Normally Open Contact
NORMALLY OPEN CONTACT

How does NC contact work?

A NC contact, also known as a normally closed contact, functions exactly the same way as a NO contact. It stays closed until a specific requirement is accomplished. In this instance, an example of limit switch action. When a limit switch’s actuator is pressed, its NC contact, which is employed in a circuit, interrupts the circuit or current flow. Similar to this, a relay’s contacts are always closed unless its coil is energised.

Normally Closed Contact
NORMALLY CLOSED CONTACT

What use do the NO and NC two contacts on a push button switch serve?

When you depress the NC contact, the circuit is connected.

A maintenance relay will often be present in this circuit to maintain the circuit’s connection. In this manner, the loop is kept electrified through the maintenance relay when the push button switch is released, enabling the system to function normally. prior to the arrival of the termination signal, such as the close button or emergency stop.

Push button switches often include two contacts of NO and NC because some applications require the use of NO contacts while others require the use of NC contacts. For example, the start button requires the use of NO contacts while the stop button requires the use of NC contacts (constitute one NO contact, one NC contact). The switch differs from the lighting panel switch in that the contact returns to its initial condition as soon as the button is released. There is no defence mechanism. Circuit breakers with load and short circuit protection are used in the lighting panel switch. It will stay closed till it pulls it open if there is no malfunction.

NO and NC Switch Operation
NO AND NC SWITCH OPERATION

How to determine whether a Contact is Normally Open or Closed?

The easiest way to recognise contacts is by their marking with the letters NO or NC, which are used on most switches and buttons. On the side of the component, manufacturers will occasionally place a little graphic showing the contact layout. This information is shown on a large number of contacts that are used for switches.

If the contacts are not marked, then should test them using a testing tool, such as a multimeter. In the absence of electricity and without being activated, a usually open contact will be open. When there is no power supply connected to a contact, it will be closed normally.

Difference Between NO and NC Contact:

Generally, the terminal itself can be used to distinguish between the NO and NC contacts. In general, the NO contact is at the lower end and the NC contact is at the top. 

NO and NC Contact Switch Current:

The switch’s “normal” setting is when it is not being operated. 

In a typically open switch, this would imply that the switch is open when it is not in use, meaning that no current can pass through it, or that the switch is off when it is not being pressed.

A typically closed switch allows current to flow through it continuously unless you decide to press the button, in which case it will turn off. A normally closed switch is closed when it is not being used.

Difference btw NO and NC
DIFFERENCE BETWEEN NORMALLY OPEN AND NORMALLY CLOSE

The colour of the terminal can be used to identify some push button switches. To prevent operational errors, do this the button caps are typically constructed of various colours. Red (or pink) indicates NC contact whereas green (or blue) indicates NO contact.

When a resistance value exists, it is NC contact, and it is typically very small—between 0.2 – 1. It is NO contact if the resistance value is substantially high.

NO switches Application:

  • Reset switch
  • Toggle switch
  • Footswitches

NC switches Application:

  • Normally closed relays
  • Emergency stop buttons
  • Stop buttons

To read wiring or control diagrams, you need to know what standard symbols mean:

Contact TypeIEC SymbolANSI Symbol
Normally Open (NO)─o o──[ ]─
Normally Closed (NC)─o/ o──[/]─

You will often see these symbols in PLC schematics, electrical CAD designs, and wiring diagrams for panels.

To design for reliability and safety, you need to know how things fail:

  • NO contacts: If a relay coil doesn’t get power, the contact stays open, which could stop the system from starting.
  • NC contacts:For fail-safe designs, NC contacts are better (for example, for E-Stop). If a wire breaks or a contact fails, the circuit opens and the machine stops.

NC contacts are utilized in important systems like emergency stops and safety interlocks so that any malfunction will cause a safe shutdown.

Automation safety design follows the rules set by IEC and ISO:

  • ISO 13850 and IEC 60204-1 say that NC contacts should be used for emergency stop buttons.
  • If one of the redundant NC contacts in series fails, the signal path will still break.

To meet Safety Integrity Level (SIL) or Performance Level (PL) criteria, most E-Stop buttons feature two NC contacts wired in series.

The right contact material depends on the type of load and the current:

Contact MaterialApplication
Silver AlloyHigh current loads (resistive)
Gold PlatedLow voltage/current (signal level)
BifurcatedLow bounce, used in PLC input cards

The voltage, current, and load type (resistive, inductive, or capacitive) must all match the contact values.

  • Single Break: Each contact has one break point. Used a lot in light-duty situations.
  • Double Break: Two break points that make it better at putting out arcs. Used in safety relays and motor starters.

Motor contactors frequently use double break NO contacts for power lines and single break NC contacts for control interlocks.

You may “remember” a pushed state in control logic by latching:

  • A NO contact from a control relay can be attached in parallel with a push button to keep the circuit going. This is called a “seal-in” or “holding contact.”
  • When a stop condition is fulfilled, an NC contact can break the latch.

This is what start-stop logic in motor control is based on.

Dry contact NO/NC outputs are frequently wired into SCADA and DCS systems for remote monitoring:

  • NO contact: Sends a signal when something happens, as when a valve opens.
  • NC contact:Sends a message when the device is broken or not working, like “Valve Not Closed.”

Using NO/NC contacts in feedback makes diagnostics more accurate and systems more reliable.

You can invert logic using:

  1. Relay logic: Energize a relay with a NO contact to control an NC output, or vice versa.
  2. Changeover (SPDT) Contacts: Have both NO and NC in one unit; you choose wiring as per logic.
  3. PLC software: Easily invert a bit or signal using a NOT logic.
FeatureNormally Open (NO)Normally Closed (NC)
Default StateOpen (no continuity)Closed (complete circuit)
State After ActivationClosed (conducts current)Opens (interrupts current)
Ladder Logic Symbol─[ ]──[/]─
Common UsageStart push buttons, reset, call circuitsStop buttons, emergency stop, safety relays
Safety PreferenceNot preferred for E-StopsPreferred in safety-critical applications
Color Indicator (Push Button)Green, BlueRed, Pink
Contact Testing (No Power)Shows open on multimeterShows continuity on multimeter
Behavior if Contact FailsStays open  may prevent system from runningStays open  safer (fail-safe)

In PLC programming, NO (Normally Open) and NC (Normally Closed) refer to the behavior of contact instructions used in the ladder diagram language.

  • A Normally Open (NO) contact instruction evaluates to TRUE when the associated variable or input signal is TRUE. It allows logic continuity when the condition is met.
  • A Normally Closed (NC) contact instruction evaluates to TRUE when the associated variable is FALSE, meaning it allows logic to flow only when the condition is not active.

These contacts represent logical conditions and are commonly used to control operations based on the state of switches, sensors, or internal PLC memory bits.

NO and NC contacts are used depending on the required system behavior:

  • Use Normally Open (NO) contacts when you want a circuit or function to activate only when a condition is met for example, starting a motor when a start button is pressed or a sensor detects an object.
  • Use Normally Closed (NC) contacts when you want a circuit to remain active until a condition interrupts it for example, stopping a machine when an emergency stop is pressed or ensuring safety interlocks are in place.
  • NO (Normally Open): Activates logic when the input is TRUE (e.g., Start Button, Sensor Trigger).
  • NC (Normally Closed): Deactivates logic when the input is TRUE (e.g., Emergency Stop, Safety Switch).

These contact types are critical for implementing reliable and safe control logic in automation systems.

Read More

Recent