← All articles
Awwwards Judging Criteria: How Scoring Works (2026)
The Awwwards judging criteria explained by a jury-scored winner: how Design, Usability, Creativity & Content are weighted, and what really moves your score.

Most people submit to Awwwards with a vague sense that it rewards "beautiful" sites. It doesn't — not exactly. The Awwwards judging criteria are a weighted rubric, and the jury scores each site against four specific dimensions: Design, Usability, Creativity, and Content. If you understand how those weights work, you can predict — before you ever hit submit — roughly where a site will land. Sites I've built have been scored by the Awwwards jury and taken Site of the Day three times, so this is the rubric read from the inside: what each criterion actually means to a juror, how the math resolves into a score, and where good-looking sites quietly bleed points.
This is the scoring explainer. If you want the tactical playbook, read how to win an Awwwards Site of the Day next — this post is the "why" underneath it.
The four Awwwards judging criteria (and their weights)
Every submitted, jury-reviewed site is scored on the same four criteria. The weighting is the part people miss:
| Criterion | Weight | What it measures |
|---|---|---|
| Design | 40% | Visual craft: layout, type, color, hierarchy, consistency, art direction |
| Usability | 30% | Navigation, clarity, performance, responsiveness, accessibility |
| Creativity | 20% | Originality of concept, interaction, and execution |
| Content | 10% | Quality of copy, imagery, video, and how well it's integrated |
The single most important thing to internalize: Design and Usability together are 70% of your score. Creativity — the flashy WebGL, the clever scroll — is only 20%. Most sites that fail don't fail on creativity; they fail because they spent all their budget on a hero animation and shipped a site that's hard to use on a mid-tier Android. You can read the current rubric on the official Awwwards evaluation page.
Design (40%): what the jury actually rewards
Design is the heaviest criterion, and it's not a synonym for "pretty." Jurors — most of whom are working designers and creative directors — are scoring craft and control:
- Typographic system, not just a nice typeface. Consistent scale, rhythm, and hierarchy across every breakpoint.
- Layout tension and negative space. Grid discipline that still feels intentional, not templated.
- Color and contrast used deliberately, with restraint.
- Consistency. A single strong idea carried through every section beats three competing ideas.
A common misread: designers pile on effects to look impressive. The jury reads that as a lack of control and it costs you here. The sites that score highest on Design usually feel inevitable — every decision looks like the only right one. If you're building your own site to this bar, how to build an award-winning portfolio site breaks down the craft decisions in detail.
Usability (30%): the criterion that quietly sinks scores
This is where technically-showy sites lose. Usability is 30% and it's the least forgiving criterion because it's partly objective — a juror can feel jank, a slow load, a broken tap target. It folds in:
- Navigation clarity — can a first-time visitor orient in under three seconds?
- Performance — load time, input responsiveness, animation smoothness. A hero that hitches at 40fps reads as broken, not premium.
- Responsiveness — it has to hold up on a real phone, not just a resized desktop window.
- Accessibility — keyboard navigation, focus states, and honoring reduced-motion preferences.
Heavy-animation sites are the biggest offenders on accessibility. The fix is cheap and jurors notice its absence — always gate motion behind the user's OS preference:
const prefersReduced =
typeof window !== 'undefined' &&
window.matchMedia('(prefers-reduced-motion: reduce)').matches;
useGSAP(() => {
if (prefersReduced) {
gsap.set(target, { opacity: 1, y: 0 }); // final state, no motion
return;
}
gsap.from(target, { opacity: 0, y: 40, duration: 0.8 });
});
Performance is the other silent killer. On animation-heavy sites the usability points live in your frame budget — I've written up the full approach in Core Web Vitals for animation-heavy sites, and Google's Core Web Vitals thresholds are the objective bar jurors' devices will feel even if they never open DevTools.
Creativity (20%): the differentiator, not the foundation
Creativity is where the memorable stuff lives — a novel interaction, an unexpected concept, a signature transition. But at 20% it's a multiplier on a solid base, not a substitute for one. A wildly original site that's hard to use will lose to a slightly-less-original site that's flawless to operate, because Usability outweighs Creativity 30 to 20.
What scores here is originality with intent — an idea that couldn't be swapped onto any other brand. Generic "creative dev" tropes (a cursor-follow blob, a default Lenis scroll, a boilerplate WebGL plane) are so common now that jurors discount them. The winners take one strong concept and execute it further than anyone expects. For a sense of the current bar, the best award-winning websites of 2026 breaks down what's actually winning right now and why.
Content (10%): the small weight that breaks ties
Content is only 10%, so people ignore it — which is exactly why it's a useful tie-breaker. When two sites are neck-and-neck on the big three, the one with real, well-integrated content — sharp copy, high-quality imagery and video, no lorem ipsum, no placeholder-grade assets — edges ahead. Content isn't just "is there text"; it's whether the words, images, and motion are pulling in the same direction as the design. A gorgeous shell wrapped around thin, generic copy reads as a template demo, and jurors clock that instantly.
How the Awwwards scoring actually works
The criteria are half the story; the process is the other half. Here's what happens after your submission is approved:
- Your site goes to a minimum of 18 jury members, who each score it against the four weighted criteria.
- To kill outliers, the 3 scores furthest from the average are dropped automatically.
- Voting runs for 5 days. The remaining jury scores (blended with validated PRO-user votes) produce your final number on a 10-point scale.
- 6.5 or higher earns an Honorable Mention. Only the highest-scored sites of the day take the Site of the Day.
- To prevent gaming, only PRO (validated) users can vote in the community. A site with a strong jury score plus at least 10 PRO-user votes can be awarded SOTD before the 5 days are up.
Two practical takeaways from that machinery. First, outlier-dropping means you can't win on one juror's love — you need a broadly high score, which rewards the fundamentals (Design + Usability) over a polarizing gimmick. Second, 6.5 is a real, reachable bar. An HM is a craft-and-usability threshold, not a lottery; SOTD is where the top-end Design and Creativity separate the field.
Mobile: the same criteria on a smaller screen
The four criteria apply to mobile submissions too — and mobile is where the Usability 30% gets brutal. Beyond the standard vote, Awwwards runs a Mobile Excellence track evaluated against Google's mobile criteria, where a site needs to clear 70 out of 100 to qualify, before the design jury applies the same four criteria to pick a winner.
In practice this means: your desktop-first WebGL showpiece has to also be genuinely good on a phone — fast, tappable, with motion that doesn't drain the battery or stutter. Sites that treat mobile as an afterthought cap their ceiling on 30% of the score. Build the mobile experience as a first-class version, not a shrunk-down fallback.
Where sites lose points (the common point-losers)
From reviewing and building sites against this rubric, the recurring leaks are almost always the same:
- Jank over polish. A hero animation that dips below 60fps costs more Usability than the animation earns in Creativity.
- Desktop-only thinking. A broken or bland mobile experience caps you on 30% of the score.
- Effects without a concept. Piling on interactions reads as lack of control under Design (40%) — the heaviest criterion.
- Placeholder content. Lorem ipsum and stock-grade imagery bleed the Content 10% and undercut the design.
- Ignored accessibility. No focus states, no reduced-motion handling — an easy, visible Usability loss.
- Slow first load. On the jury's real devices, a heavy bundle reads as "unfinished."
From criteria to a winning score
The rubric rewards a specific profile: flawless fundamentals (Design + Usability = 70%), a genuinely original idea (Creativity 20%), and real content that ties it together (10%) — delivered as smoothly on a phone as on a 27-inch display. Chase creativity first and you'll build something impressive that scores a 6.2. Nail the fundamentals and then push one bold idea, and you're in SOTD territory.
If you're commissioning a site and want it built to actually clear this bar — not just look the part in a Figma mockup — that's the work I do. Here's the buyer's guide to hiring an award-winning web developer, or see the work and start a conversation about your project.
FAQ
What are the four Awwwards judging criteria and their weights?
Design (40%), Usability (30%), Creativity (20%), and Content (10%). Design and Usability together make up 70% of the score, which is why fundamentals matter more than flashy effects.
What score do you need to win on Awwwards?
A score of 6.5 or higher (on a 10-point scale) earns an Honorable Mention. Site of the Day goes only to the highest-scored sites of the day, which typically requires the mid-to-high 8s once jury and PRO-user votes are combined.
How many jury members score an Awwwards submission?
A minimum of 18 jurors score each approved site. The three scores furthest from the average are automatically dropped to remove outliers, and voting runs over five days.
Does Awwwards weight mobile separately?
The same four criteria apply to mobile, and there's a dedicated Mobile Excellence track scored against Google's mobile criteria (a 70/100 threshold to qualify). Poor mobile usability caps your overall score because Usability is 30% of the total.
Is creativity the most important Awwwards criterion?
No — creativity is only 20%. It's a differentiator layered on top of strong Design and Usability, not a replacement for them. Original but hard-to-use sites lose to polished, well-crafted ones.


