
Tanair TAN-PCB 4/415/200L | 21.3 CFM 10 Bar Piston Compressor with 200 Litre Receiver
Heavy-duty three-phase belt-driven piston compressor for professional workshop and maintenance use.
:root{
–navy-dark:#001E3C;
–navy-main:#003366;
–accent-blue:#2D69AF;
–accent-blue-dark:#1f4f86;
–bg-light:#f8fafc;
–bg-soft:#eef6ff;
–text-main:#1f2937;
–text-grey:#5b6470;
–shadow-soft:0 10px 30px rgba(0,0,0,.06);
}
.tc-page,
.tc-page *{box-sizing:border-box;}
.tc-page{
background:var(–bg-light);
color:var(–text-main);
line-height:1.65;
}
.tc-hero{
position:relative;
overflow:hidden;
background:
linear-gradient(180deg,rgba(0,30,60,.80),rgba(0,30,60,.56)),
url(‘https://tanaircompressors.com/wp-content/uploads/main-banner-for-website-oct-2025-scaled.jpg’);
background-size:cover;
background-position:center;
padding:110px 20px 90px;
text-align:center;
color:#fff;
}
.tc-hero-inner{max-width:980px;margin:0 auto;}
.tc-kicker{
display:inline-flex;
padding:8px 15px;
margin-bottom:18px;
border:1px solid rgba(255,255,255,.35);
border-radius:999px;
background:rgba(255,255,255,.10);
color:#fff;
font-size:.76rem;
font-weight:900;
letter-spacing:1.1px;
text-transform:uppercase;
}
.tc-hero h1{
margin:0 0 18px;
color:#fff!important;
font-size:clamp(2.25rem,5vw,3.8rem);
line-height:1.08;
font-weight:900;
}
.tc-hero p{
max-width:900px;
margin:0 auto;
color:rgba(255,255,255,.96);
font-size:1.16rem;
}
.tc-hero-actions{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
margin-top:26px;
}
.tc-btn,
.tc-btn-secondary{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:48px;
padding:0 20px;
border-radius:14px;
text-decoration:none;
font-weight:900;
text-transform:uppercase;
letter-spacing:.04em;
}
.tc-btn{
background:linear-gradient(180deg,var(–accent-blue),var(–accent-blue-dark));
color:#fff!important;
}
.tc-btn-secondary{
border:1px solid rgba(255,255,255,.30);
background:rgba(255,255,255,.10);
color:#fff!important;
}
.tc-strip{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);}
.tc-strip-inner{
max-width:1200px;
margin:0 auto;
padding:15px 20px;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
}
.tc-pill{
padding:8px 12px;
border:1px solid rgba(0,51,102,.11);
border-radius:999px;
background:rgba(0,51,102,.05);
color:var(–navy-main);
font-size:.88rem;
font-weight:900;
}
.tc-container{max-width:1200px;margin:60px auto 80px;padding:0 20px;}
.tc-card{
padding:40px;
margin-bottom:28px;
border-top:5px solid var(–accent-blue);
border-radius:18px;
background:#fff;
box-shadow:var(–shadow-soft);
}
.tc-card h2{
margin:0 0 16px;
color:var(–navy-main);
font-size:1.7rem;
line-height:1.2;
font-weight:900;
}
.tc-card h3{
margin:0 0 8px;
color:var(–navy-main);
font-size:1.08rem;
font-weight:900;
}
.tc-card p{margin:0 0 14px;color:var(–text-grey);}
.tc-choice-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:16px;
margin-top:22px;
}
.tc-choice{
padding:24px 20px;
border-radius:16px;
background:linear-gradient(160deg,var(–navy-main),var(–navy-dark));
color:#fff;
}
.tc-choice:nth-child(2){background:linear-gradient(160deg,var(–accent-blue),var(–accent-blue-dark));}
.tc-choice h3{color:#fff!important;text-transform:uppercase;}
.tc-choice p{margin:0;color:rgba(255,255,255,.93);}
.tc-products{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:20px;
margin-top:24px;
}
.tc-product{
display:flex;
flex-direction:column;
overflow:hidden;
border:1px solid rgba(0,51,102,.10);
border-radius:16px;
background:#fff;
box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.tc-product-image{
display:flex;
align-items:center;
justify-content:center;
min-height:250px;
padding:20px;
border-bottom:1px solid rgba(0,0,0,.06);
background:#fff;
}
.tc-product-image img{
display:block;
width:100%;
max-width:250px;
height:220px;
object-fit:contain;
}
.tc-product-body{
display:flex;
flex:1;
flex-direction:column;
padding:22px;
}
.tc-product-label{
margin-bottom:8px;
color:var(–accent-blue-dark);
font-size:.74rem;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
}
.tc-product h3{font-size:1rem;line-height:1.35;}
.tc-product p{font-size:.92rem;}
.tc-product-spec{
margin:4px 0 16px;
padding:10px 12px;
border-radius:10px;
background:#f8fbff;
color:var(–navy-main);
font-size:.85rem;
font-weight:900;
}
.tc-product-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:44px;
margin-top:auto;
padding:0 16px;
border-radius:12px;
background:var(–navy-main);
color:#fff!important;
text-decoration:none!important;
font-size:.88rem;
font-weight:900;
}
.tc-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:24px;
}
.tc-types{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:16px;
margin-top:22px;
}
.tc-type{
padding:22px 20px;
border:1px solid rgba(45,105,175,.13);
border-radius:15px;
background:#f8fbff;
}
.tc-type strong{display:block;margin-bottom:6px;color:var(–navy-main);}
.tc-type span{color:var(–text-grey);font-size:.94rem;}
.tc-note{
padding:22px 24px;
margin-top:22px;
border:1px solid rgba(45,105,175,.18);
border-radius:15px;
background:var(–bg-soft);
}
.tc-faq details{
margin-bottom:12px;
padding:16px 18px;
border:1px solid rgba(45,105,175,.12);
border-radius:14px;
background:#f8fbff;
}
.tc-faq summary{cursor:pointer;color:var(–navy-main);font-weight:900;}
.tc-faq p{margin:12px 0 0;}
.tc-final{
text-align:center;
background:linear-gradient(145deg,var(–navy-main),var(–navy-dark));
border-top:0;
}
.tc-final h2,
.tc-final p{color:#fff!important;}
.tc-final p{max-width:760px;margin:0 auto 20px;color:rgba(255,255,255,.93)!important;}
@media(max-width:1000px){
.tc-products,
.tc-types{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:700px){
.tc-hero{padding:80px 20px;}
.tc-card{padding:28px 22px;}
.tc-grid,
.tc-choice-grid,
.tc-products,
.tc-types{grid-template-columns:1fr;}
}
Explore compressed-air equipment using a 200 litre receiver, including standalone vertical air receivers, piston compressors, petrol and diesel receiver-mounted compressors, and compact screw-compressor packages.
This page is a receiver-size filter. Products shown here use a 200 litre compressed-air receiver, but they are not all the same type of equipment. Some are standalone receivers intended to add storage to a correctly designed system, while others are complete compressors mounted directly onto a 200 litre receiver.
Choose this route when you already have a suitable compressor and need additional compressed-air storage or system buffering.
Useful for intermittent workshop, garage and maintenance demand where a receiver-mounted piston compressor suits the duty cycle.
Better suited to regular or sustained compressed-air demand where quieter, continuous-duty operation is required.
These verified live products illustrate the main 200 litre receiver routes currently available. The WooCommerce filter can continue below this HTML to show the full current range as products are added, removed or updated.

Heavy-duty three-phase belt-driven piston compressor for professional workshop and maintenance use.

Higher-output receiver-mounted piston compressor for demanding workshop and general industrial duties.

Three-phase belt-driven workshop compressor with useful stored-air capacity and 11 Bar maximum pressure.

Single-phase 200L receiver-mounted compressor for workshops where a 230V supply is required.

Direct-drive rotary screw compressor for quieter, regular workshop and light-industrial compressed-air demand.
Receiver size alone does not determine whether a compressor is suitable. Check the actual air demand in CFM or litres per minute, the required operating pressure and how continuously the air will be used.
Piston compressors are generally suited to intermittent demand. Rotary screw compressors are normally the better route where compressed air is required for longer, more regular operating periods.
The 200 litre range includes both 230V and 400/415V electric compressors, plus petrol and diesel-driven options. Confirm the available site supply before ordering.
A 200 litre receiver provides useful compressed-air storage, but the correct system still depends on compressor output, pressure settings and the pattern of demand.
Pipework size, hose bore, filters, dryers and fittings all influence pressure available at the point of use. Do not size a compressor from receiver capacity alone.
Confirm overall dimensions, ventilation, service access, condensate drainage, electrical clearance and safe receiver positioning before installation.
It depends on compressor output, system demand, pressure settings, duty cycle and the amount of stored air required. Receiver capacity should be assessed as part of the complete compressed-air system.
No. A receiver stores compressed air but does not increase the compressor’s actual air-delivery capacity. The compressor must still produce enough airflow for the application.
Piston compressors are generally better for intermittent demand, while rotary screw compressors are normally preferred for regular or sustained compressed-air use.
Yes. The wider Tanair air-receiver range includes both painted and galvanised 200 litre vertical receiver options, subject to current availability and specification.
Yes. The current range includes selected 230V receiver-mounted products as well as 400/415V three-phase, petrol and diesel options.
The receiver does not replace a dryer. If the application requires controlled moisture removal, select the air dryer from the compressor’s actual airflow, pressure and operating conditions.
Yes. Call 0121 753 3330 with the required CFM, working pressure, duty cycle, electrical supply and application details.
Tell us what equipment you need to run, the required pressure, expected daily use and available power supply and our compressed-air team can help narrow down the correct route.
{
“@context”:”https://schema.org”,
“@graph”:[
{
“@type”:”Organization”,
“@id”:”https://tanaircompressors.com/#organization”,
“name”:”Compressed Air Systems UK”,
“alternateName”:”Tanair Compressors”,
“url”:”https://tanaircompressors.com/”,
“telephone”:”+44 121 753 3330″,
“email”:”[email protected]”
},
{
“@type”:”CollectionPage”,
“@id”:”https://tanaircompressors.com/air-receiver-size/200-litre/#webpage”,
“url”:”https://tanaircompressors.com/air-receiver-size/200-litre/”,
“name”:”200 Litre Air Receiver Compressors & Receivers”,
“description”:”Browse compressed-air equipment using a 200 litre receiver, including standalone receivers and receiver-mounted piston, petrol, diesel and screw compressors.”,
“publisher”:{“@id”:”https://tanaircompressors.com/#organization”},
“inLanguage”:”en-GB”
},
{
“@type”:”BreadcrumbList”,
“@id”:”https://tanaircompressors.com/air-receiver-size/200-litre/#breadcrumb”,
“itemListElement”:[
{“@type”:”ListItem”,”position”:1,”name”:”Home”,”item”:”https://tanaircompressors.com/”},
{“@type”:”ListItem”,”position”:2,”name”:”200 Litre Air Receiver Size”,”item”:”https://tanaircompressors.com/air-receiver-size/200-litre/”}
]
},
{“@type”: “ItemList”, “@id”: “https://tanaircompressors.com/air-receiver-size/200-litre/#featured-products”, “name”: “Featured 200 Litre Receiver Products”, “numberOfItems”: 5, “itemListElement”: [{“@type”: “ListItem”, “position”: 1, “name”: “Tanair TAN-PCB 4/415/200L | 21.3 CFM 10 Bar Piston Compressor with 200 Litre Receiver”, “url”: “https://tanaircompressors.com/tan-pcb-4-415-200l/”}, {“@type”: “ListItem”, “position”: 2, “name”: “Tanair TAN-PCB 5.5/415/200L | 28.3 CFM 10 Bar Piston Compressor with 200 Litre Receiver”, “url”: “https://tanaircompressors.com/tan-pcb-5-5-415-200l/”}, {“@type”: “ListItem”, “position”: 3, “name”: “Nuair NB4/200 PRO FT4 | 18 CFM 11 Bar 400V Compressor with 200 Litre Receiver”, “url”: “https://tanaircompressors.com/s-n4ln601fps171/”}, {“@type”: “ListItem”, “position”: 4, “name”: “Nuair NB4/200 FM4 | 18 CFM 11 Bar 230V Compressor with 200 Litre Receiver”, “url”: “https://tanaircompressors.com/s-n4ln601fps172/”}, {“@type”: “ListItem”, “position”: 5, “name”: “Nuair ORION 5.5-10-200 | 24.9 CFM Silent Screw Compressor with 200 Litre Receiver”, “url”: “https://tanaircompressors.com/s-v77pe92n1na55/”}]},
{
“@type”:”FAQPage”,
“@id”:”https://tanaircompressors.com/air-receiver-size/200-litre/#faq”,
“mainEntity”:[
{
“@type”:”Question”,
“name”:”Does a larger receiver give me more CFM?”,
“acceptedAnswer”:{“@type”:”Answer”,”text”:”No. A receiver stores compressed air but does not increase the compressor’s actual air-delivery capacity.”}
},
{
“@type”:”Question”,
“name”:”Should I choose piston or screw on a 200 litre receiver?”,
“acceptedAnswer”:{“@type”:”Answer”,”text”:”Piston compressors are generally better for intermittent demand, while rotary screw compressors are normally preferred for regular or sustained compressed-air use.”}
},
{
“@type”:”Question”,
“name”:”Can I buy a standalone 200 litre receiver?”,
“acceptedAnswer”:{“@type”:”Answer”,”text”:”Yes. The wider Tanair air-receiver range includes painted and galvanised 200 litre vertical receiver options, subject to current availability and specification.”}
}
]
}
]
}
Showing 13–20 of 20 results
The 11.5 CFM Rotary Screw Air Compressor is supplied under SKU F-V77JU72FNM701 . It is intended for the duty described in the product title and the verified specifications below.
Fini MICRO SE 2.208 M-200 single-phase rotary screw compressor delivering 11.5 CFM at up to 8 bar, with a 2.2 kW IE3 motor, POLY-V belt drive, simple electromechanical control and 200 litre receiver.
Fini MICRO SE 2.2-10-200 belt-driven oil-injected rotary screw compressor delivering 10 CFM (290 L/min) at up to 10 Bar. 200L Receiver Mounted, rated at 58 dB(A), 400V three phase.
Fini MICRO SE 2.2-10-200 M belt-driven oil-injected rotary screw compressor delivering 8 CFM (240 L/min) at up to 10 Bar. 200L Receiver Mounted, rated at 58 dB(A), 230V single phase.
The 15.2 CFM Rotary Screw Air Compressor is supplied under SKU F-V77JS72FNM701 . It is intended for the duty described in the product title and the verified specifications below.
Fini MICRO SE 3.0-10-200 belt-driven oil-injected rotary screw compressor delivering 14 CFM (385 L/min) at up to 10 Bar. 200L Receiver Mounted, rated at 59 dB(A), 400V three phase.
Fini MICRO SE 4.0-08-200 belt-driven oil-injected rotary screw compressor delivering 20 CFM (580 L/min) at up to 8 Bar. 200L Receiver Mounted, rated at 60 dB(A), 400V three phase.
Fini MICRO SE 4.0-10-200 belt-driven oil-injected rotary screw compressor delivering 17 CFM (485 L/min) at up to 10 Bar. 200L Receiver Mounted, rated at 60 dB(A), 400V three phase.