Insight

What is the difference between UX and UI design?

UX is whether a product works for people. UI is what they see and touch. A plain-English guide to both, with examples, a checklist and 2026 accessibility data.

Two clipboards comparing UX work, such as user flows, wireframes and usability testing, with UI work, such as colour palettes, typography and app screens.

UX (user experience) design decides whether a product works for the people using it. UI (user interface) design decides what they see and touch while they use it.

A simple way to picture it: UX is the route through a building, and UI is the signs, doors and lighting along the way. A beautiful sign on a route that leads nowhere still leaves people lost.

Key takeaways

  • UX is the whole experience; UI is one part of it. Don Norman and Jakob Nielsen define UX as "all aspects of the end-user's interaction with the company, its services, and its products."

  • UX work comes first: research, user flows, structure and testing.

  • UI work makes it usable and recognisable: layout, type, colour, buttons and states.

  • Accessibility is where both most often fail. WebAIM found low contrast text on 83.9% of the top million home pages in 2026.

  • Small, frequent tests beat big studies. Nielsen found five users uncover about 85% of usability problems in a test round.

What is UX design?

Nielsen Norman Group's definition of user experience, written by Don Norman and Jakob Nielsen, is deliberately broad: "User experience encompasses all aspects of the end-user's interaction with the company, its services, and its products."

They make the difference from UI clear with an example. A movie review site can have a perfect search interface, but if its database only covers major studio films, someone looking for an independent release still has a poor experience.

UX design answers questions like:

  • Who uses this, and what are they trying to get done?

  • What steps do they need to take, and which can be removed?

  • What information do they need at each step?

  • Where do people get stuck, confused or give up?

What is UI design?

UI design is the visible, interactive layer: page layouts, typography, colour, icons, buttons, form fields, menus, and how each element responds when someone taps, hovers or makes a mistake.

Good UI makes the right action obvious. It uses consistent patterns so people do not have to relearn the interface on every screen, and it makes sure everyone can read and operate it.

How are UX and UI different?

QuestionUX designUI design
Main questionDoes this work for the people using it?Is it clear, usable and consistent to look at and interact with?
When it happensFrom the start, before anything is visualOnce structure and flows are agreed
Typical activitiesInterviews, analytics review, user flows, wireframes, usability testingVisual design, design systems, component states, responsive layouts
Typical outputsJourney maps, sitemaps, wireframes, test findingsMockups, style guides, component libraries, prototypes
How success is measuredTask completion, drop-off, time to complete, support requestsReadability, consistency, accessibility checks, click-through on key actions

Where do UX and UI overlap?

In practice, most decisions involve both:

ElementUX decisionUI decision
NavigationWhich pages exist and how they are groupedHow the menu looks and behaves on each screen size
FormsWhich fields are needed at allLabels, spacing, input types and error styling
ButtonsWhich action matters most on the pageWhich button looks primary and how it reacts
FeedbackWhen people need to know something happenedLoading indicators, success and error messages
AccessibilityWhether every task can be completed with a keyboard or screen readerContrast, focus styles and text size

Why do accessibility problems belong to both?

Because they are the most common way good-looking products fail real people. The WebAIM Million 2026 report tested the home pages of the top one million websites and found detectable WCAG failures on 95.9% of them. The most common issues:

Most common accessibility failures on the top 1 million home pages
  • Low contrast text83.9%
  • Missing image alternative text53.1%
  • Missing form input labels51%
  • Empty links46.3%
  • Empty buttons30.6%
  • Missing document language13.5%

Source: WebAIM Million 2026 report

Low contrast is a UI decision. The W3C's contrast guidance sets a minimum ratio of 4.5:1 for normal text and 3:1 for large text. Missing labels and empty buttons usually start as UX gaps, where nobody decided what a control should be called.

Many of these are fixed with a few lines of markup:

<!-- Before: a screen reader announces "button", with no purpose -->
<button><svg aria-hidden="true">...</svg></button>

<!-- After: the button has a name -->
<button aria-label="Open menu"><svg aria-hidden="true">...</svg></button>

<!-- Before: the placeholder disappears as soon as someone types -->
<input type="email" placeholder="Email" />

<!-- After: a visible label that stays -->
<label for="email">Email address</label>
<input id="email" type="email" autocomplete="email" />

How do you test UX without a big budget?

Test with a handful of real users, fix what you find, and test again. Jakob Nielsen's research on test sizes found that "the best results come from testing no more than 5 users and running as many small tests as you can afford." A first round with five participants found about 85% of the usability problems.

A lightweight test plan:

  1. Pick three tasks that matter to the business, such as finding a service, requesting a quote or completing checkout.

  2. Recruit five people who match your real customers, not colleagues.

  3. Ask them to think aloud while they try each task. Do not help.

  4. Note where they hesitate, misread or give up.

  5. Fix the biggest problems, then repeat with five new people.

How does UX and UI work look on a real website project?

On the websites we build, UX and UI are the same project, not a relay between two teams. We map what visitors need first, such as services, locations and proof, then design the interface around those journeys.

For VIP Plumbing, that meant a new WordPress site built around service and location pages people search for, alongside Google Business Profile work. Organic traffic grew by 500%. Across 53 web builds, the pattern holds: structure and clarity usually matter more than decoration.

Should you hire a UX designer, a UI designer or both?

Your situationWhat you need
Small business websiteOne designer or agency covering both, with UX research kept lightweight
Redesign because conversions are poorUX first: analytics, testing, then interface changes
Product with complex workflowsDedicated UX research and design, plus UI and a design system
Established product that looks inconsistentUI and design system work

If your site already ranks but visitors are not converting, UX is often the problem. We cover common causes in why conversion rates drop when rankings look fine. For help with a new site or redesign, see our website and ecommerce builds or talk to us.

Frequently asked questions

Are UX and UI the same thing?

No. UX covers the whole experience of using a product or service. UI is the visual and interactive layer people use to get there. UI is part of UX.

Which should a beginner learn first?

Learn the basics of both. Many beginners start with UI because it is visible, but understanding user research and flows early will make your interface work much stronger.

Do UX and UI designers need to code?

Not necessarily, but knowing basic HTML and CSS helps you design things that can be built, and makes it easier to work with developers on accessibility.

Can one person do both UX and UI?

Yes. Many product and web designers do both, especially at smaller companies. Larger teams often split them as projects grow more complex.

Sources

Keep reading
5 min read

How to plan a website that scales with the business

How to plan a website that scales: start from the decisions it must support, protect the technical foundation, and hand a clean system to growth work.

BuildWebsites
Read article
6 min read

WordPress, Webflow or Shopify: which should I pick?

Skip the feature lists. The right platform follows from the site's main job, who maintains it, and the three-year cost. Verified 2026 pricing and limits inside.

BuildWebsitesPlatforms
Read article
7 min read

Is my online store ready for AI shopping agents?

AI assistants now send real shoppers to stores, and Google is testing checkout in AI Mode. What changed in 2026, and the product data work that pays off.

BuildEcommerceAI
Read article

One team, one strategy, one system.

Get your free issue review