Relay Not Working/Clicking/Triggering: Testing & How to Fix

Why is my relay not clicking?

A relay does not click because its internal coil is not energized. The most common causes: low voltage/current to the coil, reversed VCC/GND wiring, a burned coil (no continuity), or a weak control signal (Arduino).

For modules: LED on = signal present, no click = insufficient current (use an external power supply).

Why is my relay not working (no power output), even if it clicks?

If the relay clicks but does not switch power, the issue is with the output contacts (NO/NC/COM), not the coil:

  • Stuck contacts (mechanical jam)

  • Loose wiring on NO/NC/COM pins

  • Burnt contacts (from overcurrent—use a fuse with high-power devices)

Why is the relay not clicking, triggering or not working?

Relays not clicking, not triggering, or not working at all are extremely common issues, especially with 5V relay modules, 1‑channel / 4‑channel modules, and Arduino‑controlled relay systems.

In most cases, the relay does not click because it does not receive enough voltage, power, or control signal; the coil cannot energize, so the switch never activates. Problems are almost always related to power supply, wiring, signal input (especially for Arduino), or a failed relay coil.

Below is a comparison of typical failure scenarios.

Relay Type

Typical Application

Common Symptoms (not clicking / not triggering / not working)

Main Causes

5V Relay Module

Arduino, DIY circuits, low‑voltage control

No click; no output; module lights up but relay won’t trigger

Insufficient 5V current; wrong signal voltage; faulty input wiring; coil damaged

1‑Channel Relay Module

Simple on/off control

LED on but no click; relay not switching

GND not connected; control signal too weak; reverse wiring

4‑Channel Relay Module

Multi‑device control

Some channels work, some don’t; no clicking at all

Shared power supply overloaded; bad channel; signal interference

Standard Electromagnetic Relay

Cars, HVAC, appliances

No click; no power output

Burned coil; low voltage; corroded pins; mechanical stuck

Arduino‑controlled Relay

DIY automation

Not triggering when code runs; no click

Wrong pin wiring; low output current from Arduino; no common GND

How to Test a Relay That Is Not Clicking / Triggering

First, visually check the module LED. If the LED lights up but the relay does not click, the control signal is present, but the relay coil does not have enough power. If the LED does not light up, the control signal or wiring is wrong.

Use a multimeter to check coil voltage. A 5V relay needs a stable 5V supply to click and trigger. If voltage is too low, the relay will remain silent and inactive.

You can also test coil continuity. No continuity means the coil is burned, and the relay must be replaced.

 

What to Do If Relay Is Not Working / Clicking / Triggering

If the relay is powered by Arduino, the most common fix is to use an external 5V power supply instead of drawing power from the Arduino board, because Arduino cannot provide enough current for most relay modules. Always connect a common GND between Arduino and the relay module.

For all relay types, double‑check wiring: VCC, GND, and signal pins must be correctly connected. Reverse wiring will prevent triggering without any warning.

If the relay receives correct voltage and signal but still does not click, the relay itself is faulty. Cleaning or repairing rarely works; replacement is the only reliable solution.

FAQs about Relay Is Not Working

When a relay is not energized?

A relay is not energized when no electrical current flows through its coil—this means:

  • No power (VCC/GND) to the coil/module

  • Wrong voltage (e.g., 12V power on a 5V relay)

  • Broken wiring/loose connections

  • No control signal (e.g., Arduino pin not set to HIGH)

  • Burned coil (no continuity)

How to tell if a relay is faulty?

3 definitive signs of a faulty relay:

  1. No click with stable, correct voltage/current to the coil.

  2. Multimeter shows infinite resistance (OL) on the coil pins (burned coil).

  3. Clicks but fails to switch power (NO/NC/COM contacts stuck/broken); manual trigger does not fix it.

Why is my Arduino relay not triggering/clicking (code runs but no action)?

The top 3 Arduino-specific causes (in order):

  1. No common GND between Arduino and relay module (the #1 mistake).

  2. Relaying on the Arduino’s onboard 5V pin for power (insufficient current).

  3. Wrong pin wiring/code logic (e.g., using a pin not set to OUTPUT, or incorrect pin number).

Why is my 4-channel relay module not clicking (some channels work, some don’t)?

  • Overloaded shared power supply (use a higher-current external supply: ≥2A for 4-channel).

  • A bad individual channel (the coil for that channel is burned—replace the module).

  • Loose wiring on the non-working channel’s IN/SIG pin.

  • Signal interference (use shielded jumper wires for long cable runs).

How to check if a relay module is working or not (quick test)?

  1. Connect the module to a stable 5V/1A external power supply (VCC/GND).

  2. Connect the module’s IN/SIG pin to the power supply’s VCC (5V)—this sends a direct control signal.

  3. If the relay clicks and the LED blinks, the module is working (issue is with your control circuit/Arduino). If not, the module is faulty.

Can a bad relay damage my Arduino/other electronics?

Yes—if the relay is wired incorrectly (e.g., reversed VCC/GND), it can cause a short circuit that burns the Arduino’s pin/board. For high-power devices (motors/LEDs), a stuck relay can cause overcurrent—always use a fuse in series with the relay’s output.


Post time: Mar-24-2026