Primary cost guide
This guide is the primary price-and-cost reference for Wego Compare. Use it to understand monthly cost context, dose-stage differences and the checks to make before opening provider listings.
.wg-cost-page,
.wg-cost-page *{box-sizing:border-box}
.wg-cost-page{
–wg-blue:#0f4fd6;
–wg-blue-dark:#0b3aa0;
–wg-sky:#0ea5e9;
–wg-teal:#119da9;
–wg-green:#15803d;
–wg-amber:#b45309;
–wg-red:#dc2626;
–wg-ink:#0f172a;
–wg-ink-soft:#334155;
–wg-body:#475569;
–wg-muted:#64748b;
–wg-line:#e2e8f0;
–wg-bg:#f8fafc;
–wg-panel:#ffffff;
–wg-brand:linear-gradient(135deg,#0f4fd6 0%,#0ea5e9 48%,#119da9 100%);
–wg-soft:linear-gradient(135deg,rgba(15,79,214,0.05) 0%,rgba(17,157,169,0.05) 100%);
–wg-shadow-sm:0 8px 24px rgba(15,23,42,.05);
–wg-shadow-md:0 16px 40px rgba(15,23,42,.08);
–wg-shadow-lg:0 24px 56px rgba(15,79,214,.14);
max-width:1240px;
margin:0 auto;
padding:0 20px 44px;
font-family:Inter,-apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,Arial,sans-serif;
color:var(–wg-body);
}
.wg-cost-page a{color:var(–wg-blue);text-decoration:none}
.wg-cost-page a:hover{text-decoration:underline}
.wg-cost-breadcrumbs{
margin:14px 0 12px;
font-size:14px;
color:var(–wg-muted);
}
.wg-cost-breadcrumbs a{color:var(–wg-blue)}
.wg-cost-meta{
display:flex;
flex-wrap:wrap;
gap:10px 16px;
align-items:center;
margin:0 0 16px;
padding:12px 14px;
background:#f8fafc;
border:1px solid var(–wg-line);
border-left:4px solid var(–wg-blue);
border-radius:14px;
font-size:13px;
color:var(–wg-body);
}
.wg-cost-hero{
position:relative;
overflow:hidden;
border-radius:26px;
padding:46px 26px 28px;
background:
radial-gradient(circle at 14% 18%,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 30%),
radial-gradient(circle at 86% 16%,rgba(255,255,255,.14) 0%,rgba(255,255,255,0) 34%),
linear-gradient(135deg,rgba(15,79,214,.94) 0%,rgba(14,165,233,.88) 46%,rgba(17,157,169,.90) 100%),
url(‘https://images.unsplash.com/photo-1711991833797-a2d13022ae33?w=1920&q=80’);
background-size:cover;
background-position:center;
color:#fff;
margin-bottom:16px;
box-shadow:var(–wg-shadow-lg);
}
.wg-cost-hero__badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 14px;
border-radius:999px;
background:rgba(255,255,255,.16);
border:1px solid rgba(255,255,255,.24);
backdrop-filter:blur(10px);
font-size:12px;
font-weight:800;
letter-spacing:.06em;
text-transform:uppercase;
margin-bottom:16px;
}
.wg-cost-hero__dot{
width:8px;
height:8px;
border-radius:50%;
background:#7dd3fc;
box-shadow:0 0 0 3px rgba(125,211,252,.24);
}
.wg-cost-hero h1{
margin:0 0 12px;
font-size:46px;
line-height:1.04;
font-weight:800;
letter-spacing:-.03em;
color:#fff;
}
.wg-cost-hero__lead{
max-width:920px;
margin:0;
font-size:18px;
line-height:1.7;
color:rgba(255,255,255,.96);
}
.wg-cost-hero__stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
margin-top:18px;
max-width:840px;
}
.wg-cost-hero__stat{
padding:14px 14px 12px;
border-radius:18px;
background:rgba(255,255,255,.14);
border:1px solid rgba(255,255,255,.20);
backdrop-filter:blur(8px);
}
.wg-cost-hero__stat strong{
display:block;
color:#fff;
font-size:24px;
line-height:1.1;
font-weight:800;
margin-bottom:4px;
}
.wg-cost-hero__stat span{
display:block;
color:rgba(255,255,255,.88);
font-size:13px;
line-height:1.45;
font-weight:600;
}
.wg-cost-grid{
display:grid;
grid-template-columns:1.08fr .92fr;
gap:16px;
margin:0 0 16px;
}
.wg-cost-card{
background:var(–wg-panel);
border:1px solid var(–wg-line);
border-radius:20px;
box-shadow:var(–wg-shadow-sm);
}
.wg-cost-card–pad{padding:22px}
.wg-cost-card__eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
margin-bottom:10px;
padding:7px 12px;
border-radius:999px;
background:#eff6ff;
border:1px solid rgba(15,79,214,.14);
color:var(–wg-blue);
font-size:12px;
font-weight:800;
letter-spacing:.05em;
text-transform:uppercase;
}
.wg-cost-card h2,
.wg-cost-section__header h2,
.wg-cost-final h2{
margin:0 0 8px;
font-size:30px;
line-height:1.14;
font-weight:800;
letter-spacing:-.02em;
color:var(–wg-ink);
}
.wg-cost-card h3{
margin:16px 0 8px;
font-size:19px;
line-height:1.3;
font-weight:800;
color:var(–wg-ink);
}
.wg-cost-card h4{
margin:0 0 8px;
font-size:16px;
line-height:1.35;
font-weight:800;
color:var(–wg-ink);
}
.wg-cost-card p,
.wg-cost-section__header p,
.wg-cost-faq__answer{
font-size:15px;
line-height:1.72;
color:var(–wg-body);
}
.wg-cost-checklist,
.wg-cost-steps{
list-style:none;
margin:14px 0 0;
padding:0;
display:grid;
gap:11px;
}
.wg-cost-checklist li,
.wg-cost-steps li{
display:flex;
gap:12px;
align-items:flex-start;
color:var(–wg-ink-soft);
font-size:15px;
line-height:1.68;
}
.wg-cost-checklist li span:first-child,
.wg-cost-steps li span:first-child{
width:24px;
height:24px;
min-width:24px;
border-radius:999px;
display:inline-flex;
align-items:center;
justify-content:center;
font-size:13px;
font-weight:800;
margin-top:1px;
}
.wg-cost-checklist li span:first-child{
background:rgba(21,128,61,.10);
color:var(–wg-green);
}
.wg-cost-steps li span:first-child{
background:rgba(15,79,214,.10);
color:var(–wg-blue);
}
.wg-cost-mini-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin-top:14px;
}
.wg-cost-mini{
padding:15px;
background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);
border:1px solid var(–wg-line);
border-radius:16px;
}
.wg-cost-mini strong{
display:block;
margin-bottom:6px;
font-size:14px;
color:var(–wg-ink);
}
.wg-cost-mini p{
margin:0;
font-size:13.5px;
line-height:1.62;
color:var(–wg-muted);
}
.wg-cost-callout{
margin:16px 0 0;
padding:15px 16px;
border-radius:14px;
font-size:14px;
line-height:1.7;
}
.wg-cost-callout strong{color:var(–wg-ink)}
.wg-cost-callout–danger{
background:rgba(220,38,38,.08);
border:1px solid rgba(220,38,38,.22);
color:#7f1d1d;
}
.wg-cost-callout–warning{
background:rgba(245,158,11,.10);
border:1px solid rgba(245,158,11,.24);
color:#92400e;
}
.wg-cost-callout–info{
background:rgba(15,79,214,.08);
border:1px solid rgba(15,79,214,.18);
color:#1e3a8a;
}
.wg-cost-callout–success{
background:rgba(21,128,61,.08);
border:1px solid rgba(21,128,61,.18);
color:#166534;
}
.wg-cost-section{margin:0 0 16px}
.wg-cost-section__header{
margin-bottom:14px;
}
.wg-cost-section__header p{
max-width:860px;
margin:0;
color:var(–wg-muted);
}
.wg-cost-table-wrap{
overflow-x:auto;
border:1px solid var(–wg-line);
border-radius:18px;
background:#fff;
box-shadow:var(–wg-shadow-sm);
}
.wg-cost-table{
width:100%;
border-collapse:collapse;
min-width:760px;
}
.wg-cost-table th,
.wg-cost-table td{
padding:15px 16px;
text-align:left;
border-bottom:1px solid var(–wg-line);
vertical-align:top;
}
.wg-cost-table th{
background:#f8fafc;
color:var(–wg-ink);
font-size:14px;
font-weight:800;
}
.wg-cost-table td{
color:var(–wg-body);
font-size:14px;
line-height:1.62;
}
.wg-cost-price{
font-weight:800;
color:var(–wg-ink);
}
.wg-cost-badge{
display:inline-flex;
align-items:center;
padding:6px 10px;
border-radius:999px;
font-size:12px;
font-weight:800;
letter-spacing:.04em;
text-transform:uppercase;
}
.wg-cost-badge–starter{
background:rgba(15,79,214,.10);
color:#1d4ed8;
}
.wg-cost-badge–step{
background:rgba(245,158,11,.10);
color:#92400e;
}
.wg-cost-badge–maint{
background:rgba(21,128,61,.10);
color:#166534;
}
.wg-cost-flow{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin-top:14px;
}
.wg-cost-flow__item{
background:#fff;
border:1px solid var(–wg-line);
border-radius:18px;
padding:16px;
box-shadow:var(–wg-shadow-sm);
}
.wg-cost-flow__num{
width:38px;
height:38px;
border-radius:999px;
display:flex;
align-items:center;
justify-content:center;
background:var(–wg-brand);
color:#fff;
font-size:15px;
font-weight:800;
margin-bottom:10px;
}
.wg-cost-flow__item p{
margin:0;
font-size:14px;
line-height:1.64;
color:var(–wg-muted);
}
.wg-cost-shortcode{
margin-top:14px;
padding:18px;
border-radius:18px;
background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
border:1px solid var(–wg-line);
box-shadow:var(–wg-shadow-sm);
}
.wg-cost-shortcode h3{
margin:0 0 8px;
font-size:20px;
line-height:1.3;
font-weight:800;
color:var(–wg-ink);
}
.wg-cost-shortcode p{
margin:0 0 12px;
font-size:14px;
line-height:1.65;
color:var(–wg-muted);
}
.wg-cost-faq{
display:grid;
gap:10px;
}
.wg-cost-faq details{
background:#fff;
border:1px solid var(–wg-line);
border-radius:16px;
padding:17px 18px;
box-shadow:var(–wg-shadow-sm);
}
.wg-cost-faq summary{
cursor:pointer;
list-style:none;
display:flex;
justify-content:space-between;
gap:16px;
align-items:center;
font-size:17px;
font-weight:800;
color:var(–wg-ink);
}
.wg-cost-faq summary::-webkit-details-marker{display:none}
.wg-cost-faq__icon{
flex-shrink:0;
color:var(–wg-sky);
font-size:20px;
font-weight:800;
}
.wg-cost-faq__answer{
margin-top:12px;
padding-top:12px;
border-top:1px solid var(–wg-line);
}
.wg-cost-links{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}
.wg-cost-link-card{
display:block;
padding:18px;
background:#fff;
border:1px solid var(–wg-line);
border-radius:18px;
box-shadow:var(–wg-shadow-sm);
transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.wg-cost-link-card:hover{
transform:translateY(-2px);
box-shadow:var(–wg-shadow-md);
border-color:rgba(15,79,214,.24);
text-decoration:none;
}
.wg-cost-link-card__label{
display:inline-block;
margin-bottom:10px;
font-size:12px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
color:var(–wg-sky);
}
.wg-cost-link-card__title{
margin:0 0 8px;
font-size:18px;
line-height:1.35;
font-weight:800;
color:var(–wg-ink);
}
.wg-cost-link-card__text{
margin:0;
font-size:14px;
line-height:1.66;
color:var(–wg-muted);
}
.wg-cost-final{
margin-top:20px;
border-radius:22px;
padding:32px 22px;
text-align:center;
color:#fff;
background:
radial-gradient(circle at 16% 20%,rgba(255,255,255,.14) 0%,rgba(255,255,255,0) 30%),
linear-gradient(135deg,#0f4fd6 0%,#0ea5e9 55%,#119da9 100%);
}
.wg-cost-final h2{color:#fff}
.wg-cost-final p{
max-width:760px;
margin:0 auto 16px;
font-size:16px;
line-height:1.72;
color:rgba(255,255,255,.92);
}
.wg-cost-final__actions{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:12px;
}
.wg-cost-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:14px 22px;
border-radius:12px;
text-decoration:none;
font-size:15px;
font-weight:800;
transition:transform .2s ease,box-shadow .2s ease;
}
.wg-cost-btn:hover{
transform:translateY(-2px);
text-decoration:none;
}
.wg-cost-btn–primary{
background:#fff;
color:var(–wg-blue-dark);
box-shadow:0 12px 26px rgba(15,23,42,.14);
}
.wg-cost-btn–secondary{
background:rgba(255,255,255,.14);
color:#fff;
border:1px solid rgba(255,255,255,.22);
}
.wg-cost-disclaimer{
margin-top:16px;
padding:16px 18px;
border-radius:14px;
background:#f8fafc;
border:1px solid var(–wg-line);
color:var(–wg-muted);
font-size:13.5px;
line-height:1.68;
}
.wg-cost-disclaimer strong{color:var(–wg-ink)}
@media (max-width:1024px){
.wg-cost-grid,
.wg-cost-links{grid-template-columns:1fr}
.wg-cost-flow{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px){
.wg-cost-page{padding:0 16px 42px}
.wg-cost-hero{
padding:34px 18px 22px;
border-radius:22px;
}
.wg-cost-hero h1{
font-size:34px;
}
.wg-cost-hero__lead{
font-size:15px;
line-height:1.62;
}
.wg-cost-hero__stats{
grid-template-columns:1fr;
}
.wg-cost-card–pad{padding:18px 16px}
.wg-cost-card h2,
.wg-cost-section__header h2,
.wg-cost-final h2{font-size:26px}
.wg-cost-flow,
.wg-cost-mini-grid{grid-template-columns:1fr}
.wg-cost-faq summary{font-size:16px}
.wg-cost-final__actions{flex-direction:column}
.wg-cost-btn{width:100%}
}
Last updated: 22 May 2026
Focus: private pricing context and total cost comparison
Standard UK strengths: 0.25 mg to 2.4 mg
Important: headline figures are not always final totals
Use this guide to compare Wegovy costs more intelligently. The real question is not just which provider shows the lowest visible figure, but what you would actually pay at your dose once delivery, review structure, and service differences are taken into account.
5
current UK FlexTouch pen strengths listed in the patient leaflet
4 weeks
is the usual pricing frame people compare when reviewing private supply
Total cost
matters more than the first number shown on a landing page
Wegovy is commonly priced as a 4-week private supply, but providers do not all package the same things together. One site may show a lower medicine figure while another includes more of the process inside the listed amount.
Best rule: compare providers at the dose you are actually on, then check what the listed amount includes before treating it as the final monthly cost.
Dose structure
The current UK patient leaflet lists five FlexTouch pen strengths. These are the usual dose steps people see referenced when comparing private pricing.
0.25 mg
Starter strength commonly used at the beginning of treatment.
0.5 mg
Early step-up strength after the initial start phase.
1 mg
Mid-escalation strength often used before higher maintenance steps.
1.7 mg
Higher step-up strength used before 2.4 mg for many people.
2.4 mg
The standard full maintenance strength listed in the current UK patient leaflet, where tolerated and prescribed.
Important: cost planning usually changes as dose changes. A provider that looks attractive at entry level may not remain the best fit later.
Private pricing often rises as the prescribed strength rises, but not every provider structures its pricing in exactly the same way. The table below is a comparison framework rather than a promise of live market pricing.
| Dose step | Typical phase | How pricing usually behaves | Comparison note |
|---|---|---|---|
| 0.25 mg | Starter | Often the lowest visible entry price | “From” pricing is frequently built around this phase, so it can understate later costs. |
| 0.5 mg | Step-up | Commonly higher than 0.25 mg | Useful point to re-check total cost rather than assuming the first-month pricing continues. |
| 1 mg | Step-up | Often a clearer indicator of mid-treatment spend | Good stage to compare whether repeat review costs start changing. |
| 1.7 mg | Step-up | Usually closer to maintenance-level pricing | Some providers that look cheap early become less competitive here. |
| 2.4 mg | Maintenance | Often the key long-term comparison point | This is where total ongoing cost matters most for many private users. |
Smarter comparison: if you are already on 1.7 mg or 2.4 mg, do not let a low 0.25 mg headline figure influence your decision too much.
Use the live comparison below to review current provider pricing data rather than relying on static examples.
Loading price comparison...
Visible medicine price is only part of the explanation. Providers also differ in service structure, review process, and what they include around supply.
1
Standard delivery may be included, excluded, or handled differently depending on provider model.
2
Some providers include more repeat review or renewal oversight inside the displayed amount.
3
Coaching, app support, or extra follow-up can change the overall pricing position.
4
Introductory or first-order figures do not always reflect the price you will face later.
NICE recommends semaglutide within specialist weight-management services rather than as routine open NHS access. That means NHS availability is narrower than many people expect, and private supply remains the route many users end up comparing.
Reality check: many people researching Wegovy pricing in the UK are really comparing private access because NHS access is more limited and service-led.
Cost control
Most useful question: what would I pay next month at my actual prescribed dose if I ordered from this provider today?
Use the live lowest-price widget below as a starting point, then confirm the all-in amount and provider terms directly before ordering.
£54
These are the pricing questions people most often get wrong when comparing private options online.
Often they do, but provider structures vary. The best comparison is what you would pay at your current prescribed dose after adding any delivery, review, or repeat requirements.
A “from” figure is often tied to the starter dose or a first-order promotion. It can understate what treatment costs once dose changes or repeat requirements begin.
Delivery, clinical review structure, renewal requirements, support model, and whether the provider is transparent about what is included in the displayed figure.
Potentially, but NICE places semaglutide within specialist weight-management services and access depends on referral pathways, local availability, and clinical eligibility.
The current UK patient leaflet lists 0.25 mg, 0.5 mg, 1 mg, 1.7 mg, and 2.4 mg FlexTouch pen strengths.
These pages help once you move beyond the headline price question.
Review live provider data and dose views in one comparison page.
Check provider legitimacy before treating a low price as a good deal.
Understand dose progression and how treatment stage affects pricing context.
Use the live comparison page to review provider pricing, then check total cost, delivery, and provider terms before proceeding.
Pricing disclaimer: Pricing, offers, and provider terms can change quickly. This page is for comparison guidance only. Always confirm the latest dose-specific price, delivery cost, and assessment requirements directly on the provider website before ordering.
Comparison routes
The main price terms are surfacing now, so this page needs clear routes into provider, dose, safety and support context instead of acting like a flat fee table.