:root{
–ink:#2B2E33;
–ink-soft:#5B5F66;
–paper:#F3F2ED;
–paper-raised:#FFFFFF;
–line:#DEDCD3;
–sage:#6B7F76;
–sage-dark:#4F5F58;
–sage-bg:#EAEEEC;
–clay:#A85D45;
–clay-bg:#F3E7E2;
–water:#3E6E8E;
–water-bg:#E6EEF2;
}
*{ box-sizing:border-box; }
body{ margin:0; background:var(–paper); color:var(–ink); font-family:’Inter’,-apple-system,sans-serif; font-size:16.5px; line-height:1.72; }
.wrap{ max-width:820px; margin:0 auto; padding:0 22px 50px; }
h1,h2,h3{ font-family:’Fraunces’,Georgia,serif; color:var(–ink); margin:0; }
.mono{ font-family:’JetBrains Mono’,monospace; }
a{ color:var(–sage-dark); }
p{ margin:0 0 15px; }
.header-band{ background:var(–ink); color:var(–paper); padding:44px 0 30px; }
.header-band .eyebrow{ font-family:’JetBrains Mono’,monospace; font-size:11.5px; letter-spacing:0.18em; text-transform:uppercase; color:#B7C4BE; margin-bottom:14px; }
.header-band h1{ font-size:clamp(25px,5vw,38px); font-weight:600; line-height:1.22; color:#fff; margin-bottom:14px; max-width:680px; }
.header-band p.lede{ color:#C7C9C6; font-size:16.5px; max-width:640px; margin-bottom:0; }
.grout-strip{ height:8px; display:flex; }
.grout-strip span{ flex:1; border-right:2px solid var(–paper); }
.grout-strip span:last-child{ border-right:none; }
h2{ font-size:26px; font-weight:600; margin:48px 0 14px; padding-bottom:10px; border-bottom:2px solid var(–ink); }
h3{ font-size:19px; font-weight:600; margin:24px 0 8px; }
.quick-answer{ background:var(–water-bg); border-left:4px solid var(–water); border-radius:4px; padding:16px 18px; margin:24px 0; }
.quick-answer p{ margin:0; font-size:15.5px; color:#294456; }
.quick-answer p strong{ color:var(–ink); }
/* ———- scale bars (signature element, reused site-wide) ———- */
.scale-box{ margin:22px 0 8px; padding:22px 20px 18px; background:var(–paper-raised); border:1px solid var(–line); border-radius:8px; }
.scale-row{ display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.scale-row:last-child{ margin-bottom:0; }
.scale-label{ width:170px; flex-shrink:0; font-size:14px; font-weight:600; }
.scale-track{ flex:1; height:14px; background:var(–sage-bg); border-radius:7px; overflow:hidden; }
.scale-fill{ height:100%; background:var(–water); border-radius:7px; }
.scale-val{ width:110px; flex-shrink:0; font-family:’JetBrains Mono’,monospace; font-size:12px; color:var(–ink-soft); text-align:right; }
.scale-note{ font-family:’JetBrains Mono’,monospace; font-size:11.5px; color:var(–ink-soft); margin-top:14px; }
.pc-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:18px 0; }
@media (max-width:640px){ .pc-grid{ grid-template-columns:1fr; } }
.pc-grid .pros, .pc-grid .cons{ padding:16px 18px; border-radius:6px; }
.pc-grid .pros{ background:var(–sage-bg); border:1px solid #C9D4CE; }
.pc-grid .cons{ background:var(–clay-bg); border:1px solid #E3C7BB; }
.pc-grid p.lbl{ font-family:’JetBrains Mono’,monospace; font-size:11px; text-transform:uppercase; letter-spacing:0.06em; font-weight:700; margin:0 0 10px; }
.pc-grid .pros p.lbl{ color:var(–sage-dark); }
.pc-grid .cons p.lbl{ color:var(–clay); }
.pc-grid ul{ margin:0; padding-left:18px; font-size:14.5px; }
.pc-grid li{ margin-bottom:6px; }
.table-wrap{ overflow-x:auto; border:1px solid var(–line); border-radius:6px; margin:16px 0; }
table.compare{ width:100%; border-collapse:collapse; font-size:14px; min-width:640px; }
table.compare th{ background:var(–ink); color:#fff; text-align:left; padding:10px 12px; font-family:’JetBrains Mono’,monospace; font-size:10px; letter-spacing:0.04em; text-transform:uppercase; }
table.compare td{ padding:9px 12px; border-bottom:1px solid var(–line); }
table.compare tr:nth-child(even) td{ background:#FAFAF7; }
table.compare td:first-child{ font-weight:600; }
.brand-grid{ display:flex; flex-direction:column; gap:12px; margin:18px 0; }
.brand-grid .item{ background:var(–paper-raised); border:1px solid var(–line); border-radius:6px; padding:14px 16px; }
.brand-grid .item strong{ display:block; font-size:15.5px; margin-bottom:4px; }
.brand-grid .item p{ margin:0; font-size:14.5px; color:var(–ink-soft); }
.mistake-list{ display:flex; flex-direction:column; gap:12px; margin:18px 0; }
.mistake-list .item{ display:flex; gap:14px; background:var(–paper-raised); border:1px solid var(–line); border-radius:6px; padding:14px 16px; }
.mistake-list .num{ font-family:’Fraunces’,serif; font-weight:600; font-size:22px; color:var(–clay); flex-shrink:0; line-height:1.3; }
.mistake-list .txt strong{ display:block; font-size:15.5px; margin-bottom:3px; }
.mistake-list .txt p{ margin:0; font-size:14.5px; color:var(–ink-soft); }
.tip-list{ display:flex; flex-direction:column; gap:10px; margin:18px 0; }
.tip-list .item{ display:flex; gap:12px; align-items:flex-start; }
.tip-list .dot{ width:8px; height:8px; border-radius:50%; background:var(–sage-dark); margin-top:8px; flex-shrink:0; }
.tip-list .txt strong{ display:block; font-size:15px; margin-bottom:2px; }
.tip-list .txt p{ margin:0; font-size:14.5px; color:var(–ink-soft); }
.faq-item{ border-top:1px solid var(–line); padding:18px 0; }
.faq-item:last-child{ border-bottom:1px solid var(–line); }
.faq-item .q{ font-family:’Fraunces’,serif; font-weight:600; font-size:17px; margin-bottom:6px; }
.faq-item .a{ font-size:15px; margin:0; color:var(–ink-soft); }
Bathroom Renovation Guide · Updated 2026
Can You Use Regular Drywall in a Bathroom Ceiling?
Ceilings are actually the highest-risk surface in a steamy bathroom, not the walls. Here’s what building code allows, why ceiling drywall sags before it molds, and which board to actually buy.
Warm, humid air rises. In a bathroom, that means the ceiling takes on more condensation than either wall, which makes it one of the worst places in the house to guess at a material choice. Regular drywall will physically go up on a bathroom ceiling without a fight, contractors do it all the time, but “will it go up” and “should it stay up for the next fifteen years” are two different questions.
This guide covers what actually happens to regular drywall in a humid bathroom, what building code requires for ceiling installations specifically, and which moisture and mold-resistant options are worth the extra cost.
Quick answer: yes, you can install regular drywall on a bathroom ceiling, and it’s legal in most jurisdictions outside a shower’s direct steam path. It’s just not the durable choice. A ceiling with a shower or tub underneath it will show staining, sagging, or mold within a few years without a moisture and mold-resistant board and real ventilation.
Can You Use Regular Drywall in a Bathroom Ceiling?
Technically, yes. There’s no blanket code prohibition on regular drywall in a bathroom, and plenty of powder rooms and half-baths, spaces without a shower or tub, run regular drywall on the ceiling for years without issue. The paper facing and gypsum core simply aren’t built to handle repeated exposure to steam and condensation, so the outcome depends heavily on how much moisture that specific ceiling actually sees.
Over a bathtub or an enclosed shower, where hot water runs and steam collects directly beneath the ceiling several times a week, regular drywall is a genuine liability. The paper facing absorbs moisture first, which is also the layer mold needs to take hold. Left alone, that combination shows up as yellow-brown staining, a soft or spongy feel when pressed, and eventually visible sagging between the ceiling joists.

Is Regular Drywall Safe for Humid Bathrooms?
Not reliably, and the reason comes down to basic physics rather than product marketing. Warm, moisture-laden air rises and hits the ceiling first, where it cools and condenses, often before it ever reaches the walls in meaningful volume. That makes the ceiling the first surface to show moisture damage in a poorly ventilated bathroom, not the last.
Can regular drywall cause mold? Indirectly, yes. Standard drywall’s paper facing scores roughly 0 to 2 on ASTM D3273, the standard lab test for mold resistance on a 0-to-10 scale, which means it offers the paper mold spores need once humidity stays high. The drywall itself doesn’t “cause” mold in the sense of generating it, but it does very little to stop it once spores and moisture are both present, which describes most bathrooms without a working exhaust fan.
Moisture-Resistant Drywall vs Regular Drywall
Moisture-resistant drywall, commonly called green board, swaps in a wax-treated paper facing and a denser core additive that limits water absorption. Under ASTM C1396, the standard that governs this category, water-resistant gypsum board must absorb no more than 5% of its weight in water during a two-hour immersion test, against roughly 10% for standard board.
Purple drywall goes further. Products like National Gypsum’s PURPLE XP line pair a treated purple facing with an antimicrobial core additive and, in the fiberglass-faced versions, drop the paper entirely. That construction scores a perfect 10 out of 10 on ASTM D3273 and a 0 (the best possible result) on ASTM G21, a separate fungal-resistance test, putting it well ahead of standard green board rather than in the same category as a minor upgrade.
Mold resistance scored per ASTM D3273 (0-10 scale, 10 is best). Cement board isn’t tested on the same scale since it’s a different material category, used as a direct tile substrate rather than a paintable surface.
Best Drywall for Bathroom Ceilings
What drywall should be used in a bathroom ceiling depends on how much moisture that specific ceiling is exposed to.
Standard 1/2-inch drywall is generally fine here, since there’s no shower or tub generating sustained steam. A mold-resistant primer and decent ventilation cover the rest.
A fiberglass-faced, mold and moisture-resistant board (Purple XP, DensArmor Plus, or an equivalent) is the better long-term choice for the ceiling directly over the wet area, even though it costs more per sheet than green board.
This is the highest-exposure zone in the room. Some installers use cement board or a moisture-rated tile backer here if the ceiling will be tiled; otherwise, a top-tier mold-resistant gypsum board paired with a properly vented exhaust fan is the standard approach.
Whichever board goes up, ceiling installation has its own structural requirement separate from moisture resistance: gravity pulls straight down on a ceiling panel, concentrating all the load on the fastener heads, so ceiling-rated moisture-resistant board needs closer framing support than the same product on a wall.
Building Code Requirements for Bathroom Drywall
Is moisture-resistant drywall required? Not universally, but most US jurisdictions follow language from the International Residential Code (IRC) Section R702.3.8, which does place real limits on green board ceiling use rather than requiring it outright.
| Requirement | Detail |
|---|---|
| 1/2″ water-resistant board on ceilings | Framing spacing cannot exceed 12 inches on center |
| 5/8″ water-resistant board on ceilings | Framing spacing cannot exceed 16 inches on center |
| Tile backer in tub/shower surrounds | Green board is not code-approved here; cement board or glass-mat backer is required |
| Steam rooms and saunas | Water-resistant gypsum board is not approved for continuous high-humidity spaces |
That 12-inch and 16-inch framing rule exists specifically because green board sags more than standard drywall when mounted overhead. It’s a structural rule as much as a moisture rule, and it’s the exact requirement contractors most often get flagged for skipping during a framing inspection. Local amendments vary, so confirm current requirements with your building department before finishing a bathroom ceiling.
Pros and Cons of Regular Drywall
Pros
- Costs less per sheet than any moisture or mold-resistant option
- Available everywhere, no special ordering
- Fine for powder rooms and low-humidity bathrooms
- Familiar to most contractors, faster to install correctly
Cons
- Absorbs moisture readily through the paper facing
- Scores lowest on ASTM mold-resistance testing
- Not code-approved as a tile backer in wet areas
- Water damage typically means full panel replacement, not a patch
How to Prevent Mold on Bathroom Ceilings
An undersized fan won’t clear steam fast enough, regardless of what’s on the ceiling. Most bathrooms need at least 1 CFM per square foot of floor area.
A fan that dumps humid air into an attic just relocates the mold risk instead of removing it.
10 to 20 minutes after the water’s off is usually enough to clear residual humidity from the ceiling.
This adds a real layer of protection under the paint, especially on any regular drywall already in place.
A stain that shows up shortly after painting is almost always a plumbing or roof leak, not a ventilation problem.
Best Paint for Bathroom Ceiling Drywall
Can you paint regular drywall to make it waterproof? No, and this is worth being direct about. Paint sits on the surface; it doesn’t change what the gypsum core and paper facing do once water reaches them through a seam or a fastener hole. What paint can do is slow surface moisture absorption and add a mold-inhibiting layer, which meaningfully reduces risk without fixing the underlying material choice.
Look for paint labeled specifically for bathrooms or kitchens, which includes a mildewcide additive most standard interior paints skip. Satin or semi-gloss sheens perform better than flat paint in a bathroom, since a less porous, smoother surface holds less moisture and wipes clean more easily. Pair it with a stain-blocking, mold-inhibiting primer, especially over any existing regular drywall that’s already seen some humidity exposure.
Common Bathroom Ceiling Mistakes to Avoid
Installing green board over standard 16 or 24-inch framing without adding strapping is the most common code violation on bathroom ceilings.
This is a frequent DIY mistake that quietly creates a mold problem above the ceiling instead of in it.
Flat finishes are more porous and harder to clean than satin or semi-gloss, and they hold moisture longer.
Paint and primer hide a stain temporarily. The moisture source behind it needs to be fixed first, or it comes back.
It’s approved for humid air exposure, not as a direct tile substrate in a tub or shower surround. That distinction gets missed often.
Frequently Asked Questions
Can you use regular drywall in a bathroom ceiling?
Yes, and it’s legal in most areas outside a shower’s direct steam path. It’s not the durable choice for a ceiling over a shower or tub, where moisture and mold-resistant board holds up far longer.
What drywall should be used in a bathroom ceiling?
Standard drywall works for powder rooms without a shower. For a full bathroom, a moisture and mold-resistant board like Purple XP or an equivalent fiberglass-faced product is the better long-term choice for the ceiling.
Is moisture-resistant drywall required?
Not universally, but many jurisdictions require it in specific applications, and code sets structural limits (closer framing spacing) whenever it’s installed on a ceiling. Check local amendments to the IRC where you live.
Does bathroom ceiling drywall need to be waterproof?
Not waterproof exactly, moisture-resistant and mold-resistant are the more accurate targets. True waterproof substrates like cement board are reserved for direct tile applications in wet zones, not painted ceiling surfaces.
Can regular drywall cause mold?
Regular drywall doesn’t generate mold on its own, but its paper facing scores poorly on mold-resistance testing and offers little defense once humidity and spores are both present, which is common in a poorly ventilated bathroom.
What is Green Board drywall?
Green board is moisture-resistant drywall with a wax-treated paper facing and a denser core, built to absorb less water than standard drywall under the ASTM C1396 standard. It resists humidity better than regular drywall but isn’t rated for direct water contact.
What is Purple drywall?
Purple drywall, most commonly National Gypsum’s PURPLE XP line, adds mold resistance on top of moisture resistance, using a treated facing and antimicrobial core additive. It scores the highest possible rating on standard mold-resistance testing.
Is drywall okay above a shower?
On the ceiling directly above a shower’s steam path, a mold and moisture-resistant board is strongly recommended over standard or basic green board. Inside the actual tiled shower surround, gypsum-based drywall of any kind isn’t the code-approved substrate, cement board or a glass-mat tile backer is required there instead.
Can you paint regular drywall to make it waterproof?
No. Paint adds a mold-inhibiting surface layer and slows moisture absorption, but it doesn’t change how the drywall behaves once water reaches the core through a seam or fastener hole.
What building codes apply to bathroom drywall?
Most US jurisdictions follow IRC Section R702.3.8, which sets framing spacing rules for moisture-resistant ceiling board (12 inches on center for 1/2-inch board, 16 inches for 5/8-inch) and excludes green board as a tile backer in wet areas.
How long does bathroom drywall last?
Moisture and mold-resistant drywall, properly installed with adequate ventilation, commonly lasts 20 years or more. Standard drywall in a high-humidity bathroom without a working exhaust fan can show damage within a few years.
How do you prevent mold on bathroom ceilings?
Run a correctly sized exhaust fan vented to the exterior during and after every shower, use a mold-inhibiting primer and bathroom-rated paint, and address any existing leaks before finishing the ceiling.
