How Much Does One Gallon of Paint Cover?

All CalculatorsPaint Calculator › Paint Coverage
How Much Does One Gallon of Paint Cover?

Coverage by surface type, room size table, formula, and shopping list for interior paint.

Quick answer

One gallon of paint usually covers 350–400 sq ft
for one coat on smooth, primed walls. For two coats, one gallon covers about
175–200 sq ft. A 12×12 room with 9 ft ceilings
usually needs about 2 gallons for two coats.

What to buy
Paint Coverage Summary
  • 1 gallon covers 350–400 sq ft for one coat on smooth walls
  • For two coats, 1 gallon covers about 175–200 sq ft
  • A 12×12 room usually needs about 2 gallons for two coats
  • Textured walls may cover only 250–350 sq ft per gallon
  • Buy one extra quart as a small buffer if you are close to the limit


Use Paint Calculator
Estimate costs & availability near you

Paint Coverage Per Gallon by Surface Type

Surface TypeCoverage Per GallonNotes
Smooth, primed wall350–400 sq ftStandard interior latex, one coat
Lightly textured wall300–350 sq ftOlder plaster or light orange-peel texture
Heavy texture or bare drywall250–300 sq ftPrime first because bare drywall absorbs paint
Ceiling paint350–400 sq ftSimilar to walls on smooth, primed ceilings
Exterior surfaces250–350 sq ftRough siding, masonry, and porous surfaces use more paint

The Formula

Gallons needed = paintable square feet × coats ÷ coverage per gallon

Paintable square feet means total wall area minus doors and windows.
A standard interior door usually removes about 21 sq ft, and a standard
window removes about 15 sq ft.

Example: 12×12 room, 9 ft ceiling, 2 coats

  • Wall area = 2 × (12 + 12) × 9 = 432 sq ft
  • Subtract 1 door and 2 windows: 432 – 51 = 381 sq ft
  • 381 × 2 coats ÷ 400 coverage = 1.9
  • Round up: 2 gallons

For your exact room size, use the
Paint Calculator.
It can include ceilings, primer, trim, doors, windows, and multiple rooms.

Gallons Needed by Room Size

These examples assume 9 ft ceilings, one door, two windows, and 400 sq ft
of coverage per gallon.

Room SizePaintable Sq Ft1 Coat2 Coats
10×10~309 sq ft1 gallon2 gallons
12×12~381 sq ft1 gallon2 gallons
14×16~489 sq ft2 gallons3 gallons
20×20~669 sq ft2 gallons4 gallons

Does Ceiling Paint Cover the Same Area?

Yes. Ceiling paint usually covers about 350–400 sq ft per gallon on a smooth,
primed ceiling. A 12×12 ceiling is 144 sq ft, so one gallon can usually cover
two coats. A 20×20 ceiling is 400 sq ft, so plan on about one gallon per coat.

Frequently Asked Questions

How many square feet does one gallon of paint cover?

One gallon covers about 350–400 sq ft for one coat on smooth, primed walls.
Textured or unprimed surfaces may cover only 250–300 sq ft.

Is one gallon enough to paint a 12×12 room?

One gallon is usually enough for one coat. For two coats, a 12×12 room
usually needs about 2 gallons.

How much does one gallon cover with two coats?

With two coats, one gallon effectively covers about 175–200 sq ft.

Does ceiling paint coverage differ?

Ceiling paint coverage is usually similar to wall paint on smooth, primed
surfaces: about 350–400 sq ft per gallon.

Do textured walls use more paint?

Yes. Texture reduces coverage because the surface absorbs more paint.
Plan for 250–350 sq ft per gallon depending on how rough the wall is.

Related Calculators

'; var w=window.open('','_blank'); w.document.write(html);w.document.close();w.focus();w.print();w.close(); }/* ══════════════════════════════════════ INIT — all calculators, ONE listener ══════════════════════════════════════ *//* ══════════════════════════════════════ INIT — all calculators, ONE listener ══════════════════════════════════════ */ document.addEventListener('DOMContentLoaded',function(){/* Concrete: custom post diameter */ var pDia=cEl('p-dia'); if(pDia){pDia.addEventListener('change',function(){var row=cEl('p-custom-row');if(row)row.style.display=this.value==='custom'?'grid':'none';});}/* Mulch: custom depth and bag size */ var mDep=cEl('m-dep');var mBag=cEl('m-bag'); if(mDep){mDep.addEventListener('change',function(){var c=this.value==='custom';var df=cEl('custom-depth-field');var cr=cEl('custom-row');if(df)df.style.display=c?'block':'none';if(cr)cr.style.display=(c||(mBag&&mBag.value==='custom'))?'grid':'none';});} if(mBag){mBag.addEventListener('change',function(){var c=this.value==='custom';var bf=cEl('custom-bag-field');var cr=cEl('custom-row');if(bf)bf.style.display=c?'block':'none';if(cr)cr.style.display=(c||(mDep&&mDep.value==='custom'))?'grid':'none';});}/* Flooring: layout syncs waste dropdown */ var flLayout=fEl('fl-layout');var flWaste=fEl('fl-waste');var flHint=fEl('fl-waste-hint'); if(flLayout){flLayout.addEventListener('change',function(){var val=this.value;if(flWaste)flWaste.value=val;var msgs={'0.10':'Straight lay — 10% waste applied.','0.15':'Diagonal layout — 15% waste applied.','0.20':'Herringbone — 20% waste applied.'};if(flHint){flHint.textContent=msgs[val]||'';flHint.style.display='block';}});}/* Paint: generate Room 1, wire Add Room button */ var panelsEl=el('room-panels'); if(panelsEl){ var panel=document.createElement('div');panel.className='room-panel active';panel.id='room-0';panel.innerHTML=buildRoomHTML(0);panelsEl.appendChild(panel); var tabs=el('room-tabs');var addBtn=el('add-room-btn'); if(tabs&&addBtn){var t=document.createElement('button');t.className='tab active';t.textContent='Room 1';t.setAttribute('onclick','switchRoom(0)');tabs.insertBefore(t,addBtn);addBtn.addEventListener('click',addRoom);} }/* Fence */ initFenceCalc();/* Tile ← THIS WAS THE MISSING LINE */ initTileCalc();}); /* ← closes DOMContentLoaded correctly */});
Scroll to Top