

The WAGO 221-413 is a compact, versatile push-in wire connector designed for quick, reliable, and tool-free electrical connections. Manufactured by WAGO, this connector features a transparent housing that allows for easy inspection of wire connections. It supports a wide range of wire sizes, making it suitable for various electrical installations, including residential, commercial, and industrial applications.








The WAGO 221-413 is engineered to provide robust and flexible connectivity. Below are its key technical specifications:
| Parameter | Specification |
|---|---|
| Manufacturer | WAGO |
| Part Number | 221-413 |
| Wire Size Compatibility | 0.14 mm² to 4 mm² (24–12 AWG) |
| Voltage Rating | 450 V |
| 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 | CE, UL, ENEC, and RoHS compliant |
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. Below is a description of the connection points:
| Connection Point | Description |
|---|---|
| 1 | First wire connection point (supports solid, stranded, or fine-stranded wires) |
| 2 | Second wire connection point (supports solid, stranded, or fine-stranded wires) |
| 3 | Third wire connection point (supports solid, stranded, or fine-stranded wires) |
The WAGO 221-413 is designed for ease of use, even for those with minimal technical expertise. Follow the steps below to use the connector effectively:
Prepare the Wires:
Open the Lever:
Insert the Wire:
Close the Lever:
Repeat for Additional Wires:
Inspect the Connections:
While the WAGO 221-413 is not directly used with microcontrollers like the Arduino UNO, it can be used to simplify wiring in projects. For example, you can use it to connect power supply wires or distribute signals to multiple components.
// Example: Using WAGO 221-413 to distribute power to multiple components
// Note: This code assumes the WAGO connector is used for wiring, not directly interfaced.
const int ledPin = 13; // Arduino pin connected to an LED via WAGO 221-413
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
}
// The WAGO 221-413 can be used to connect the LED's power and ground wires
// to the Arduino and a power source, ensuring a secure and reliable connection.
Wire Slips Out of the Connector:
Poor Electrical Contact:
Connector Overheats:
Wire Insulation Clamped:
Q: Can the WAGO 221-413 be reused?
A: Yes, the WAGO 221-413 is reusable. Simply lift the lever to release the wire and insert a new one.
Q: Is the connector suitable for outdoor use?
A: The WAGO 221-413 is not specifically designed for outdoor use. If used outdoors, ensure it is housed in a weatherproof enclosure.
Q: Can I connect wires of different sizes?
A: Yes, the WAGO 221-413 supports connecting wires of different sizes within its specified range (0.14 mm² to 4 mm²).
Q: Does the connector require any special tools?
A: No, the WAGO 221-413 is tool-free and can be operated by hand.
By following this documentation, users can confidently and effectively utilize the WAGO 221-413 for their electrical connection needs.