

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 |
| Flammability Rating | UL94 V-2 |
The WAGO 221-413 does not have traditional pins but instead features three connection points for wires. Each connection point is equipped with a lever for easy wire insertion and secure clamping.
| Connection Point | Description |
|---|---|
| 1 | First wire connection (input/output) |
| 2 | Second wire connection (input/output) |
| 3 | Third wire connection (input/output) |
The WAGO 221-413 is designed for simplicity and efficiency. Follow these steps to use the connector in your electrical installations:
Prepare the Wires:
Open the Lever:
Insert the Wire:
Close the Lever:
Repeat for Additional Wires:
While the WAGO 221-413 is not an electronic component like a resistor or IC, it can be used to connect wires from an Arduino UNO to other devices or components. For example, you can use it to connect power and ground wires securely.
// Example: Using WAGO 221-413 to connect Arduino UNO to an LED circuit
// Note: This code assumes the physical connections are made using the WAGO 221-413
// to securely join wires.
const int ledPin = 13; // Pin connected to the LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Wire Slips Out of the Connector:
Poor Electrical Contact:
Connector Overheats:
Difficulty in Lever Operation:
Q: Can the WAGO 221-413 be reused?
A: Yes, the WAGO 221-413 is designed for multiple uses. You can open the lever, remove the wire, and reuse the connector as needed.
Q: Is the WAGO 221-413 suitable for stranded wires?
A: Yes, it supports both solid and stranded wires. For stranded wires, twist the strands together before insertion for a secure connection.
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 can I verify the connection is secure?
A: The transparent housing allows you to visually inspect the wire connection to ensure it is properly seated.
By following these guidelines and best practices, the WAGO 221-413 can provide reliable and efficient electrical connections for a wide range of applications.