

The WAGO 221-413 is a compact, push-in wire connector designed for quick and reliable electrical connections. Manufactured by WAGO, this connector is part of the 221 Series and is widely recognized for its ease of use, versatility, and safety. The transparent housing allows for visual inspection of wire connections, ensuring proper installation. It supports a wide range of wire sizes, making it suitable for residential, commercial, and industrial electrical installations.








The WAGO 221-413 is designed to meet the needs of modern electrical installations with the following specifications:
| Parameter | Specification |
|---|---|
| Manufacturer | WAGO |
| Part Number | 221-413 |
| Wire Size Range | 0.14 mm² to 4 mm² (24–12 AWG) |
| Voltage Rating | 450 V AC |
| Current Rating | 32 A |
| Housing Material | Polycarbonate (transparent) |
| Operating Temperature | -20°C to +85°C |
| Number of Connections | 3 |
| Dimensions (L x W x H) | 18.7 mm x 13.1 mm x 8.3 mm |
| Certifications | UL, CE, ENEC, and IEC compliant |
The WAGO 221-413 does not have traditional pins but features three connection points for wires. Each connection point is equipped with a lever for easy wire insertion and secure clamping. Below is a description of the connection points:
| Connection Point | Description |
|---|---|
| 1 | Input/Output for wire 1 |
| 2 | Input/Output for wire 2 |
| 3 | Input/Output for wire 3 |
The WAGO 221-413 can be used to connect wires from sensors, actuators, or power supplies to an Arduino UNO. Below is an example of how to use the connector in such a setup:
// Example Arduino code for a simple LED circuit
// Connect the LED's positive lead to pin 13 and the negative lead to GND
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Loose Connections: If the wire is not properly secured, it may cause intermittent connections or failure.
Overheating: Using wires outside the specified size range or exceeding the current rating can cause overheating.
Difficulty in Lever Operation: The lever may feel stiff or hard to operate.
Q: Can the WAGO 221-413 be reused?
A: Yes, the WAGO 221-413 is designed for reuse. Simply open the lever, remove the wire, and insert a new wire as needed.
Q: Is the WAGO 221-413 suitable for stranded wires?
A: Yes, it supports both solid and stranded wires within the specified size range.
Q: Can this connector be used outdoors?
A: The WAGO 221-413 is not specifically rated for outdoor use. If used outdoors, ensure it is housed in a weatherproof enclosure.
Q: How many wires can be connected at once?
A: The WAGO 221-413 has three connection points, allowing up to three wires to be connected.
By following this documentation, users can confidently and effectively use the WAGO 221-413 for their electrical connection needs.