Sweeps

ML Summer Sweepstakes 2026 – Win $304 or $250 via Venmo + Use Your State’s Keyword for Extra Entries!

View saved
How does this find feel?

/* ============================================================
SCOPED STYLES — .fm-scroll-page-millerlite-summer only
============================================================ */

.fm-scroll-page-millerlite-summer {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #333;
background: #f8f9fa;
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}

/* Loading overlay */
.fm-scroll-page-millerlite-summer .fm-loader {
position: fixed;
inset: 0;
background: #003087;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 99999;
transition: opacity 0.6s ease;
}
.fm-scroll-page-millerlite-summer .fm-loader-icon { font-size: 64px; margin-bottom: 18px; animation: ml-bounce 1s infinite; }
.fm-scroll-page-millerlite-summer .fm-loader-title { color: #fff; font-size: 26px; font-weight: 900; text-align: center; margin-bottom: 8px; }
.fm-scroll-page-millerlite-summer .fm-loader-sub { color: rgba(255,255,255,0.8); font-size: 16px; text-align: center; }
.fm-scroll-page-millerlite-summer .fm-loader-bar { width: 220px; height: 6px; background: rgba(255,255,255,0.25); border-radius: 3px; margin-top: 22px; overflow: hidden; }
.fm-scroll-page-millerlite-summer .fm-loader-fill { height: 100%; background: #c8a84b; border-radius: 3px; animation: ml-fill 5s linear forwards; }
@keyframes ml-fill { from { width: 0%; } to { width: 100%; } }
@keyframes ml-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Hero */
.fm-scroll-page-millerlite-summer .fm-hero {
background: linear-gradient(135deg, #003087 0%, #0047b3 50%, #0066cc 100%);
color: #fff;
padding: 60px 24px 50px;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.fm-scroll-page-millerlite-summer .fm-hero-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #c8a84b; margin-bottom: 14px; }
.fm-scroll-page-millerlite-summer .fm-hero-title { font-size: 38px; font-weight: 900; line-height: 1.15; margin: 0 0 14px; color: #fff; }
.fm-scroll-page-millerlite-summer .fm-hero-sub { font-size: 18px; color: rgba(255,255,255,0.92); margin: 0 auto 28px; max-width: 680px; }
.fm-scroll-page-millerlite-summer .fm-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 32px; }
.fm-scroll-page-millerlite-summer .fm-pill { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); border-radius: 50px; padding: 8px 18px; font-size: 14px; font-weight: 700; color: #fff; }
.fm-scroll-page-millerlite-summer .fm-pill strong { color: #c8a84b; }

/* Keyword box */
.fm-scroll-page-millerlite-summer .fm-keyword-box {
background: rgba(200,168,75,0.15);
border: 2px solid #c8a84b;
border-radius: 10px;
padding: 20px 28px;
margin: 0 auto 32px;
max-width: 600px;
text-align: center;
}
.fm-scroll-page-millerlite-summer .fm-keyword-box-label { font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #c8a84b; margin-bottom: 10px; }
.fm-scroll-page-millerlite-summer .fm-keyword-box-value { font-size: 32px; font-weight: 900; color: #fff; letter-spacing: 4px; margin-bottom: 8px; font-family: monospace; }
.fm-scroll-page-millerlite-summer .fm-keyword-box-note { font-size: 13px; color: rgba(255,255,255,0.75); }

/* Countdown */
.fm-scroll-page-millerlite-summer .fm-countdown { display: flex; justify-content: center; gap: 14px; margin-bottom: 32px; }
.fm-scroll-page-millerlite-summer .fm-cd-cell { background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; padding: 12px 16px; min-width: 68px; text-align: center; }
.fm-scroll-page-millerlite-summer .fm-cd-num { display: block; font-size: 34px; font-weight: 900; color: #c8a84b; line-height: 1; }
.fm-scroll-page-millerlite-summer .fm-cd-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.75); margin-top: 5px; }

/* CTA button */
.fm-scroll-page-millerlite-summer .fm-cta-btn {
display: inline-block;
background: #c8a84b;
color: #003087;
font-size: 22px;
font-weight: 900;
padding: 18px 55px;
border-radius: 6px;
border: none;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 6px 0 #8a6e28;
transition: transform 0.1s, box-shadow 0.1s;
}
.fm-scroll-page-millerlite-summer .fm-cta-btn:hover { transform: translateY(3px); box-shadow: 0 3px 0 #8a6e28; }

/* Ad block */
.fm-scroll-page-millerlite-summer .fm-ad { margin: 26px 0; text-align: center; width: 100%; overflow: hidden; }

/* Article body */
.fm-scroll-page-millerlite-summer .fm-body { background: #fff; padding: 50px 24px; width: 100%; box-sizing: border-box; }
.fm-scroll-page-millerlite-summer .fm-toc { background: #f0f4ff; border-left: 5px solid #003087; padding: 22px 26px; margin-bottom: 48px; border-radius: 0 8px 8px 0; }
.fm-scroll-page-millerlite-summer .fm-toc-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #003087; margin-bottom: 12px; }
.fm-scroll-page-millerlite-summer .fm-toc-list { list-style: none; padding: 0; margin: 0; }
.fm-scroll-page-millerlite-summer .fm-toc-list li { padding: 4px 0; font-size: 15px; }
.fm-scroll-page-millerlite-summer .fm-toc-list li::before { content: “→ “; color: #003087; font-weight: 700; }

.fm-scroll-page-millerlite-summer .fm-section { margin-bottom: 52px; }
.fm-scroll-page-millerlite-summer .fm-section-title { font-size: 27px; font-weight: 800; color: #003087; border-bottom: 3px solid #c8a84b; padding-bottom: 10px; margin-bottom: 20px; }
.fm-scroll-page-millerlite-summer .fm-section-body { font-size: 17px; color: #555; line-height: 1.8; margin-bottom: 16px; }

/* Table */
.fm-scroll-page-millerlite-summer .fm-table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.fm-scroll-page-millerlite-summer .fm-table th { background: #003087; color: #fff; padding: 12px 14px; text-align: left; font-weight: 700; font-size: 13px; text-transform: uppercase; }
.fm-scroll-page-millerlite-summer .fm-table td { padding: 11px 14px; border-bottom: 1px solid #e8edf5; color: #555; background: #fff; }
.fm-scroll-page-millerlite-summer .fm-table tr:nth-child(even) td { background: #f8f9ff; }

/* Keyword highlight cards */
.fm-scroll-page-millerlite-summer .fm-kw-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin: 22px 0; }
.fm-scroll-page-millerlite-summer .fm-kw-card { background: #f0f4ff; border: 2px solid #003087; border-radius: 8px; padding: 14px; text-align: center; }
.fm-scroll-page-millerlite-summer .fm-kw-card-word { font-size: 18px; font-weight: 900; color: #003087; font-family: monospace; letter-spacing: 2px; display: block; margin-bottom: 5px; }
.fm-scroll-page-millerlite-summer .fm-kw-card-states { font-size: 11px; color: #777; line-height: 1.4; }

/* Prize image */
.fm-scroll-page-millerlite-summer .fm-prize-img { width: 100%; max-width: 800px; border-radius: 12px; display: block; margin: 28px auto; box-shadow: 0 8px 25px rgba(0,0,0,0.08); }

/* FAQ */
.fm-scroll-page-millerlite-summer .fm-faq-item { border: 1px solid #e0e8f5; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.fm-scroll-page-millerlite-summer .fm-faq-q { padding: 16px 20px; font-weight: 700; font-size: 15px; color: #003087; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #f8f9ff; }
.fm-scroll-page-millerlite-summer .fm-faq-q:hover { background: #f0f4ff; }
.fm-scroll-page-millerlite-summer .fm-faq-icon { font-size: 20px; color: #003087; font-weight: 900; }
.fm-scroll-page-millerlite-summer .fm-faq-a { display: none; padding: 0 20px 16px; font-size: 15px; color: #555; line-height: 1.7; border-top: 1px solid #e0e8f5; }

/* Entry section */
.fm-scroll-page-millerlite-summer .fm-entry-section {
background: linear-gradient(135deg, #003087 0%, #0047b3 100%);
padding: 60px 24px;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.fm-scroll-page-millerlite-summer .fm-entry-title { font-size: 32px; font-weight: 900; color: #fff; margin-bottom: 12px; }
.fm-scroll-page-millerlite-summer .fm-entry-sub { font-size: 18px; color: rgba(255,255,255,0.88); margin-bottom: 28px; }
.fm-scroll-page-millerlite-summer .fm-entry-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 32px; }
.fm-scroll-page-millerlite-summer .fm-entry-fact { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; padding: 10px 20px; font-size: 14px; font-weight: 700; color: #fff; }
.fm-scroll-page-millerlite-summer .fm-entry-fact span { color: #c8a84b; }

/* Related */
.fm-scroll-page-millerlite-summer .fm-related { background: #f8f9fa; padding: 50px 24px; width: 100%; box-sizing: border-box; }
.fm-scroll-page-millerlite-summer .fm-related-title { font-size: 24px; font-weight: 800; color: #003087; margin-bottom: 26px; text-align: center; }
.fm-scroll-page-millerlite-summer .fm-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.fm-scroll-page-millerlite-summer .fm-related-card { background: #fff; border-radius: 10px; padding: 18px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-left: 5px solid #003087; text-decoration: none; color: inherit; display: block; transition: transform 0.2s; }
.fm-scroll-page-millerlite-summer .fm-related-card:hover { transform: translateY(-3px); }
.fm-scroll-page-millerlite-summer .fm-related-card-title { color: #003087; font-size: 15px; font-weight: 800; margin: 0 0 5px; }
.fm-scroll-page-millerlite-summer .fm-related-card-desc { font-size: 13px; color: #777; margin: 0; }

/* Legal */
.fm-scroll-page-millerlite-summer .fm-legal { font-size: 12px; color: #999; text-align: center; padding: 28px 24px; line-height: 1.6; }

/* Popups */
.fm-scroll-page-millerlite-summer .fm-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 4px solid #003087;
border-radius: 12px;
padding: 28px 38px;
text-align: center;
z-index: 9999;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
max-width: 88%;
width: 400px;
}
.fm-scroll-page-millerlite-summer .fm-popup-icon { font-size: 38px; display: block; margin-bottom: 10px; }
.fm-scroll-page-millerlite-summer .fm-popup-title { font-size: 20px; font-weight: 900; color: #003087; margin-bottom: 7px; }
.fm-scroll-page-millerlite-summer .fm-popup-body { font-size: 14px; color: #555; }

@media (max-width: 600px) {
.fm-scroll-page-millerlite-summer .fm-hero-title { font-size: 26px; }
.fm-scroll-page-millerlite-summer .fm-cta-btn { font-size: 18px; padding: 15px 28px; }
.fm-scroll-page-millerlite-summer .fm-cd-num { font-size: 26px; }
.fm-scroll-page-millerlite-summer .fm-section-title { font-size: 22px; }
.fm-scroll-page-millerlite-summer .fm-entry-title { font-size: 24px; }
.fm-scroll-page-millerlite-summer .fm-keyword-box-value { font-size: 24px; }
.fm-scroll-page-millerlite-summer .fm-popup { display: none !important; }
}

🍺
Loading Your Summer Prize Details…
Miller Lite Summer Sweepstakes — 288 Winners!

☀️ Miller Lite Summer Sweepstakes 2026
Win $304 or $250 via Venmo — 288 Winners This Summer!
Enter free daily at millerlite.com/summer — use a keyword for extra entries! Grand prize is $304 (250 Miller Lites on them) and First Prize is $250 cash, all sent straight to your Venmo.

🔑 Use a Keyword for Extra Entries
SUMMER
Available to all 50 US states + DC (excl. ME) · Scroll down for your state’s keyword

🏆 288 Total Winners
💰 $79,560 Total Prizes
📅 Ends Sept 8, 2026
🍺 21+ · Free Daily Entry

00Days
00Hours
00Mins
00Secs

In This Article
  • Prizes — $304 and $250 via Venmo
  • Your State’s Keyword — Find It Here
  • How to Enter Every Day
  • Drawing Schedule — 4 Chances to Win
  • How to Make the Most of Summer Backyard Parties
  • Frequently Asked Questions


Miller Lite Summer Sweepstakes prizes — cold beer can, Venmo payment notification, and cash on a backyard patio table

Prizes — $304 and $250 via Venmo

Miller Lite is giving away $79,560 in total prizes this summer across 288 winners. Both prizes are paid out via Venmo — no gift cards, no product shipments, just cash straight to your account.

Prize Amount Winners What It Covers
🏆 Grand Prize $304 via Venmo 140 winners Equivalent to 250 Miller Lites — they’re buying the beers!
🥇 First Prize $250 via Venmo 148 winners Cash to spend however you want this summer

Winners must have a Venmo account in good standing to accept the prize. Prizes are fulfilled approximately 8–10 weeks after each drawing. You need a Venmo account — it’s free and takes about 2 minutes to set up if you don’t have one yet.

🔑 Your State’s Keyword — Find It Here

When you fill out the entry form at millerlite.com/summer, you can enter an optional keyword to get entered into a bonus keyword drawing on top of the national sweepstakes. Find your state below and use that keyword — it’s an extra shot at winning for free!

SUMMER

All 50 states + DC (excl. ME) — 10 Grand Prizes
MILLER

UT, KS, OK, MO, CO, WY, SD, TX, NM, MT, AL — 5 First Prizes
ICECOLD

OK, TX, UT, WY, SD, KS, NE, CO, MO, MT — 2 First Prizes
TWIST

NE, KS, MO, SD, OK, WY, UT, TX, CO, MT — 2 First Prizes
COLDBEER

KS, UT, MT, OK, SD, MO, NE, CO, WY, TX — 2 First Prizes
LITEGRILL

WY, CO, KS, NE, OK, UT, TX, MO, SD, MT — 2 First Prizes
SUNLIGHT

NC, SC, TX, MS, AR — 1 Grand Prize
SUNSHINE

AL, GA, TN, NC, OH — 1 Grand Prize
BEACH

FL only — 3 Grand Prizes
TEXAS

TX only — 2 First Prizes
SUNNY

TX only — 2 First Prizes
BEER

TX only — 2 First Prizes
LITE

TX only — 2 First Prizes
SUNGLASSES

TX only — 2 First Prizes

Tip: If your state qualifies for multiple keywords, you can only use one per entry — but you can enter daily, so use a different keyword each day if multiple apply to your state!

How to Enter Every Day

Entering is free and takes under a minute. Here’s exactly what to do:

Step What to Do
1 Go to millerlite.com/summer
2 Enter your date of birth and ZIP code to verify age and location
3 Fill out the form: full name, email, home address, date of birth
4 Enter your state’s keyword in the optional keyword field (see above!)
5 Submit — you’re entered into the national drawing AND the keyword drawing
6 Come back every day — limit 1 entry per day

You can also enter via a sponsored Facebook or Instagram ad if you see one — that gets you into the national drawing too. No purchase necessary either way.

Drawing Schedule — 4 Chances to Win

There are 4 drawings between now and September — and entries carry over from one drawing to the next, so every entry you submit today counts for all future drawings too!

Drawing Date Grand Prizes First Prizes
Drawing 1 On/around May 22, 2026 32 winners ($304 each) 32 winners ($250 each)
Drawing 2 On/around June 12, 2026 32 winners ($304 each) 32 winners ($250 each)
Drawing 3 On/around July 2, 2026 31 winners ($304 each) 31 winners ($250 each)
Drawing 4 On/around Sept 9, 2026 45 winners ($304 each) 53 winners ($250 each) + keyword winners

The more days you enter, the more entries you stack up across all four drawings. Start now and you’ll be in every single one!

How to Host the Perfect Summer Backyard Party

Whether you win the $304 or not, summer is the season for getting outside and gathering with people you love. A great backyard party doesn’t need to be expensive — it just needs a few key elements done right.

Element Budget Tip
🧊 Drinks Station A big cooler with ice keeps drinks cold for hours — fill it the night before to save time
🍔 Food Burgers and hot dogs are crowd favorites and cost under $2 per person — keep it simple
🎶 Music A Bluetooth speaker on a patio table covers a whole backyard — no DJ needed
🪑 Seating Lawn chairs + a few blankets on the grass = instant casual seating for any crowd size
🌅 Timing Start at 5pm to catch the golden hour light and avoid the hottest part of the day

Frequently Asked Questions
Do I need to buy Miller Lite to enter? +
No purchase necessary. You enter for free at millerlite.com/summer — just fill out the registration form once per day.

What keyword should I use? +
Find your state in the keyword table above. SUMMER works for all 50 states (except Maine). If your state has a specific keyword listed, use that for an extra bonus drawing entry. You can only use one keyword per entry, but you can enter daily.

Do I need a Venmo account? +
Yes — both prizes are paid via Venmo. You’ll need a Venmo account in good standing to accept the prize. Venmo is free to sign up for at venmo.com.

How many times can I enter? +
One entry per person per day. Entries carry over into subsequent drawings, so every entry you submit counts for all future drawings too.

Is Maine excluded? +
Yes — this sweepstakes is void in Maine. All other 50 US states and DC are eligible.

When will I get my prize? +
Prizes are fulfilled approximately 8–10 weeks after each drawing. You’ll be notified by email if you win.

🍺 Ready to Win? Enter Free Now!
Use keyword SUMMER (or your state’s keyword above) for extra entries — 288 winners this summer!
🏆 288 Winners
💰 $304 or $250 via Venmo
📅 Ends Sept 8, 2026
🍺 21+ · Free Daily

ENTER HERE

🍺

Miller Lite Summer Sweepstakes!
288 winners — $304 or $250 via Venmo. Enter free daily!
🔑

Don’t Forget Your Keyword!
Use SUMMER or your state’s keyword for an extra drawing entry!
💰

4 Drawings This Summer!
Entries carry over — every entry counts for all 4 drawings!
☀️

Almost There!
The entry button is just below — enter free at millerlite.com/summer!

(function() {
var ROOT = ‘.fm-scroll-page-millerlite-summer’;

// Loader
var loader = document.getElementById(‘ml-loader’);
if (loader) {
setTimeout(function() {
loader.style.opacity = ‘0’;
setTimeout(function() { loader.style.display = ‘none’; }, 600);
}, 5000);
}

// Countdown to Sept 8, 2026
var endDate = new Date(‘September 8, 2026 23:59:59 CDT’).getTime();
function updateCountdown() {
var now = new Date().getTime();
var dist = endDate – now;
if (dist < 0) dist = 0;
document.getElementById('ml-days').textContent = String(Math.floor(dist / 86400000)).padStart(2, '0');
document.getElementById('ml-hours').textContent = String(Math.floor((dist % 86400000) / 3600000)).padStart(2, '0');
document.getElementById('ml-mins').textContent = String(Math.floor((dist % 3600000) / 60000)).padStart(2, '0');
document.getElementById('ml-secs').textContent = String(Math.floor((dist % 60000) / 1000)).padStart(2, '0');
}
setInterval(updateCountdown, 1000);
updateCountdown();

// FAQ toggle
window.mlToggleFaq = function(el) {
var ans = el.nextElementSibling;
var icon = el.querySelector('.fm-faq-icon');
if (ans.style.display === 'block') {
ans.style.display = 'none';
icon.textContent = '+';
} else {
ans.style.display = 'block';
icon.textContent = '−';
}
};

// Slow scroll
var scrolling = false;
var rafId = null;
var popTimers = [];
var isMobile = window.innerWidth <= 600;

function showPopup(id, delay) {
popTimers.push(setTimeout(function() {
if (!scrolling) return;
var p = document.getElementById(id);
if (p) {
p.style.display = 'block';
setTimeout(function() { p.style.display = 'none'; }, 2800);
}
}, delay));
}

function stopScroll() {
scrolling = false;
if (rafId) cancelAnimationFrame(rafId);
popTimers.forEach(function(t) { clearTimeout(t); });
document.querySelectorAll(ROOT + ' .fm-popup').forEach(function(p) { p.style.display = 'none'; });
}

function startScroll() {
var target = document.getElementById('ml-bottom-cta');
if (!target) target = document.getElementById('ml-enter-now');
if (!target) return;
var targetY = target.getBoundingClientRect().top + window.pageYOffset – 80;
var startY = window.pageYOffset;
var dist = targetY – startY;
if (dist <= 0) return;

var duration = isMobile ? 9000 : 35000;
var startTime = null;
scrolling = true;

function step(ts) {
if (!scrolling) return;
if (!startTime) startTime = ts;
var elapsed = ts – startTime;
var progress = Math.min(elapsed / duration, 1);
var ease = progress < 0.5 ? 2 * progress * progress : -1 + (4 – 2 * progress) * progress;
window.scrollTo(0, startY + dist * ease);
if (elapsed < duration) {
rafId = requestAnimationFrame(step);
} else {
window.scrollTo(0, targetY);
scrolling = false;
}
}
rafId = requestAnimationFrame(step);

if (!isMobile) {
showPopup('ml-pop1', 6000);
showPopup('ml-pop2', 14000);
showPopup('ml-pop3', 22000);
showPopup('ml-pop4', 30000);
}
}

['wheel', 'touchmove', 'touchstart'].forEach(function(ev) {
window.addEventListener(ev, function() { if (scrolling) stopScroll(); }, { passive: true });
});

var heroCta = document.getElementById('ml-hero-cta');
if (heroCta) {
heroCta.addEventListener('click', function(e) {
e.preventDefault();
startScroll();
});
}
})();

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.