

The WAGO 221-413 is a compact, push-in wire connector designed for quick and reliable electrical connections. Manufactured by WAGO, this connector simplifies the process of joining wires in electrical installations. Its transparent housing allows for easy inspection of wire connections, ensuring proper contact and safety. The WAGO 221-413 supports a wide range of wire sizes, making it versatile for use in residential, commercial, and industrial applications.








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 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 | Wire connection point 1 |
| 2 | Wire connection point 2 |
| 3 | Wire connection point 3 |
The WAGO 221-413 is designed for ease of use, even for those with minimal experience in electrical work. Follow these steps to use the connector effectively:
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 sensor or module, it can be used to simplify wiring in Arduino 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 in an Arduino project
// This example assumes you are using the WAGO 221-413 to connect a 5V power
// supply to multiple components, such as sensors or LEDs.
void setup() {
// No specific code is required for the WAGO 221-413 itself, as it is a
// passive component. Simply ensure proper wiring and secure connections.
// Example: Initialize an LED connected to pin 13
pinMode(13, OUTPUT);
}
void loop() {
// Blink the LED to test the circuit
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Wire does not stay in place | Lever not fully closed | Ensure the lever is pushed down completely. |
| Poor electrical connection | Wire not inserted fully | Insert the wire until it reaches the stop. |
| Overheating of the connector | Exceeding current or voltage rating | Verify that the load does not exceed 32 A or 450 V. |
| Difficulty inserting the wire | Wire size outside supported range | Use wires within the specified size range (0.14 mm² to 4 mm²). |
Can the WAGO 221-413 be reused?
Is the connector suitable for stranded wires?
Can the connector be used outdoors?
What is the maximum number of wires it can connect?
By following these guidelines and best practices, the WAGO 221-413 can provide reliable and efficient electrical connections for a wide range of applications.