Sweeps

Enter One Year Supply of OREO Cakesters Snack Cakes

View saved
How does this find feel?

OREO Cakesters Sweepstakes: Win a One-Year Supply of OREO Cakesters

html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.fm-scroll-page-oreo {
width: 100vw;
margin-left: calc(50% – 50vw);
margin-right: calc(50% – 50vw);
padding: 0;
overflow-x: hidden;
color: #111827;
background: #f6fbff;
font-family: Georgia, ‘Times New Roman’, serif;
}
.fm-scroll-page-oreo .fm-oreo-progress {
position: fixed;
left: 0;
top: 0;
z-index: 9995;
width: 0;
height: 6px;
background: #ffdd00;
box-shadow: 0 0 14px rgba(255, 221, 0, .65);
}
.fm-scroll-page-oreo .fm-oreo-hero {
width: 100%;
min-height: 100vh;
box-sizing: border-box;
padding: 24px 12px 36px;
background: radial-gradient(circle at 14% 22%, rgba(255, 255, 255, .72) 0 11%, transparent 12%), radial-gradient(circle at 86% 18%, rgba(14, 20, 33, .9) 0 11%, transparent 12%), linear-gradient(135deg, #0397d6 0%, #0058b8 54%, #061f5e 100%);
color: #ffffff;
border-bottom: 9px solid #ffdd00;
}
.fm-scroll-page-oreo .fm-oreo-card {
width: 100%;
box-sizing: border-box;
background: rgba(255, 255, 255, .96);
border: 4px solid #0b3d91;
border-radius: 28px;
padding: 24px 14px;
box-shadow: 0 20px 52px rgba(0, 20, 82, .32);
color: #081833;
}
.fm-scroll-page-oreo .fm-oreo-kicker {
display: inline-flex;
align-items: center;
padding: 9px 13px;
border-radius: 999px;
background: #0058b8;
color: #ffffff;
font: 950 12px/1.2 Arial, sans-serif;
letter-spacing: .08em;
text-transform: uppercase;
border: 2px solid #ffdd00;
}
.fm-scroll-page-oreo .fm-oreo-title {
margin: 18px 0 12px;
color: #003c96;
font-size: clamp(35px, 12vw, 82px);
line-height: .9;
letter-spacing: -.065em;
text-wrap: balance;
}
.fm-scroll-page-oreo .fm-oreo-subtitle {
margin: 0 0 16px;
color: #101827;
font: 900 clamp(19px, 5.7vw, 31px)/1.12 Arial, sans-serif;
text-wrap: balance;
}
.fm-scroll-page-oreo .fm-oreo-copy {
margin: 0 0 18px;
color: #1f2937;
font-size: 20px;
line-height: 1.72;
text-align: justify;
}
.fm-scroll-page-oreo .fm-oreo-pills {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px;
margin: 18px 0;
}
.fm-scroll-page-oreo .fm-oreo-pill {
box-sizing: border-box;
padding: 13px 9px;
background: #eaf7ff;
color: #003c96;
border: 2px solid rgba(0, 88, 184, .25);
border-radius: 16px;
font: 950 13px/1.2 Arial, sans-serif;
text-transform: uppercase;
letter-spacing: .02em;
}
.fm-scroll-page-oreo .fm-countdown {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 7px;
margin: 20px 0 12px;
}
.fm-scroll-page-oreo .fm-time-box {
background: #081833;
color: #ffffff;
border-radius: 16px;
padding: 14px 4px 11px;
text-align: center;
border: 2px solid #ffdd00;
}
.fm-scroll-page-oreo .fm-time-number {
display: block;
font: 950 clamp(24px, 8vw, 50px)/1 Arial, sans-serif;
letter-spacing: -.04em;
}
.fm-scroll-page-oreo .fm-time-label {
display: block;
margin-top: 5px;
color: #ffdd00;
font: 900 10px/1 Arial, sans-serif;
letter-spacing: .08em;
text-transform: uppercase;
}
.fm-scroll-page-oreo .fm-count-note {
margin: 0 0 16px;
color: #004fa8;
font: 950 13px/1.35 Arial, sans-serif;
text-transform: uppercase;
letter-spacing: .04em;
}
.fm-scroll-page-oreo .fm-button-row {
width: 100%;
margin: 18px 0;
text-align: center;
}
.fm-scroll-page-oreo .fm-enter-btn {
display: inline-flex;
justify-content: center;
align-items: center;
width: min(96%, 620px);
min-height: 66px;
box-sizing: border-box;
border: 0;
border-radius: 999px;
background: #063da8;
color: #ffffff;
text-decoration: none;
font: 950 20px/1 Arial, sans-serif;
letter-spacing: .08em;
text-transform: uppercase;
cursor: pointer;
box-shadow: 0 10px 0 #ffdd00, 0 22px 36px rgba(0, 35, 114, .28);
}
.fm-scroll-page-oreo .fm-enter-btn:focus {
outline: 4px solid #ffdd00;
outline-offset: 5px;
}
.fm-scroll-page-oreo .fm-mini-legal {
margin: 14px 0 0;
color: #273449;
font: 750 13px/1.45 Arial, sans-serif;
}
.fm-scroll-page-oreo .fm-section {
width: 100%;
box-sizing: border-box;
padding: 40px 12px;
background: #ffffff;
border-bottom: 1px solid rgba(0, 88, 184, .12);
}
.fm-scroll-page-oreo .fm-section-blue {
background: #eaf7ff;
}
.fm-scroll-page-oreo .fm-section-dark {
background: #061f5e;
color: #ffffff;
}
.fm-scroll-page-oreo .fm-section-dark .fm-section-title,
.fm-scroll-page-oreo .fm-section-dark .fm-section-copy,
.fm-scroll-page-oreo .fm-section-dark .fm-small-copy {
color: #ffffff;
}
.fm-scroll-page-oreo .fm-section-title {
margin: 0 0 16px;
color: #003c96;
font-size: clamp(29px, 8.5vw, 58px);
line-height: .96;
letter-spacing: -.05em;
text-wrap: balance;
}
.fm-scroll-page-oreo .fm-section-copy {
margin: 0 0 18px;
color: #1f2937;
font-size: 20px;
line-height: 1.86;
text-align: justify;
}
.fm-scroll-page-oreo .fm-small-copy {
margin: 0 0 14px;
color: #263244;
font: 750 16px/1.65 Arial, sans-serif;
}
.fm-scroll-page-oreo .fm-toc-grid {
display: grid;
gap: 10px;
margin-top: 18px;
}
.fm-scroll-page-oreo .fm-toc-link {
display: block;
padding: 17px;
background: #ffffff;
color: #003c96;
border: 2px solid rgba(0, 88, 184, .25);
border-radius: 18px;
text-decoration: none;
font: 950 17px/1.25 Arial, sans-serif;
}
.fm-scroll-page-oreo .fm-table-wrap {
width: 100%;
overflow-x: auto;
margin: 18px 0;
border-radius: 18px;
}
.fm-scroll-page-oreo .fm-table {
width: 100%;
min-width: 520px;
border-collapse: collapse;
background: #ffffff;
border: 1px solid rgba(0, 88, 184, .25);
font: 750 15px/1.35 Arial, sans-serif;
}
.fm-scroll-page-oreo .fm-table th {
padding: 12px 10px;
text-align: left;
background: #063da8;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, .22);
}
.fm-scroll-page-oreo .fm-table td {
padding: 12px 10px;
vertical-align: top;
color: #111827;
border: 1px solid rgba(0, 88, 184, .16);
}
.fm-scroll-page-oreo .fm-callout {
margin: 22px 0;
padding: 20px;
background: #fff9cc;
border-left: 9px solid #063da8;
border-radius: 18px;
color: #111827;
font: 900 18px/1.55 Arial, sans-serif;
box-shadow: 0 14px 28px rgba(0, 42, 126, .09);
}
.fm-scroll-page-oreo .fm-faq-item {
margin: 12px 0;
border: 2px solid rgba(0, 88, 184, .18);
border-radius: 18px;
background: #ffffff;
overflow: hidden;
}
.fm-scroll-page-oreo .fm-faq-question {
width: 100%;
box-sizing: border-box;
border: 0;
background: #ffffff;
color: #003c96;
padding: 18px;
text-align: left;
font: 950 18px/1.25 Arial, sans-serif;
cursor: pointer;
}
.fm-scroll-page-oreo .fm-faq-answer {
display: none;
padding: 0 18px 18px;
color: #1f2937;
font-size: 18px;
line-height: 1.7;
}
.fm-scroll-page-oreo .fm-faq-item.fm-open .fm-faq-answer {
display: block;
}
.fm-scroll-page-oreo .fm-related-grid {
display: grid;
gap: 14px;
margin-top: 18px;
}
.fm-scroll-page-oreo .fm-related-link {
display: block;
background: #ffffff;
color: #003c96;
border: 2px solid rgba(0, 88, 184, .20);
border-radius: 18px;
padding: 18px;
text-decoration: none;
font: 950 17px/1.3 Arial, sans-serif;
}
.fm-scroll-page-oreo .fm-entry-box {
margin: 18px 0;
padding: 24px 14px;
background: #ffffff;
color: #111827;
border: 4px solid #ffdd00;
border-radius: 26px;
box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}
.fm-scroll-page-oreo .fm-fact-popup {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(.96);
z-index: 9997;
width: min(94vw, 560px);
box-sizing: border-box;
padding: 21px 18px;
border-radius: 24px;
background: #ffffff;
color: #111827;
border: 4px solid #ffdd00;
box-shadow: 0 22px 58px rgba(0, 23, 73, .34);
opacity: 0;
pointer-events: none;
transition: opacity .22s ease, transform .22s ease;
font: 850 17px/1.42 Arial, sans-serif;
text-align: center;
}
.fm-scroll-page-oreo .fm-fact-popup.fm-show {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.fm-scroll-page-oreo .fm-fact-title {
display: block;
margin-bottom: 7px;
color: #003c96;
font-size: 21px;
font-weight: 950;
}
.fm-scroll-page-oreo .adsbygoogle {
min-height: 280px;
margin: 18px 0 22px;
background: rgba(0, 88, 184, .08);
border-top: 1px solid rgba(0, 88, 184, .12);
border-bottom: 1px solid rgba(0, 88, 184, .12);
}
.fm-scroll-page-oreo .fm-disclaimer {
margin-top: 18px;
padding: 16px;
border-radius: 18px;
background: #eaf7ff;
color: #1f2937;
font: 750 13px/1.55 Arial, sans-serif;
}
.fm-scroll-page-oreo .fm-sticky-anchor {
position: sticky;
bottom: 0;
z-index: 9994;
background: rgba(246, 251, 255, .96);
border-top: 3px solid #ffdd00;
padding: 4px 0 0;
}
@media (min-width: 760px) {
.fm-scroll-page-oreo .fm-oreo-hero { padding: 46px 6vw 62px; }
.fm-scroll-page-oreo .fm-section { padding: 56px 8vw; }
.fm-scroll-page-oreo .fm-oreo-card { padding: 42px; }
.fm-scroll-page-oreo .fm-oreo-pills { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fm-scroll-page-oreo .fm-toc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fm-scroll-page-oreo .fm-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 390px) {
.fm-scroll-page-oreo .fm-oreo-hero { padding-left: 8px; padding-right: 8px; }
.fm-scroll-page-oreo .fm-section { padding-left: 8px; padding-right: 8px; }
.fm-scroll-page-oreo .fm-oreo-card { padding-left: 11px; padding-right: 11px; }
.fm-scroll-page-oreo .fm-oreo-copy,
.fm-scroll-page-oreo .fm-section-copy { font-size: 18px; line-height: 1.78; }
.fm-scroll-page-oreo .fm-oreo-pills { grid-template-columns: 1fr; }
}

No purchase necessary · 50 U.S. and D.C.

OREO Cakesters Sweepstakes

Enter for a chance to win a one-year supply of OREO Cakesters Snack Cakes.

OREO is showing off its soft side with a short-entry sweepstakes for Cakesters fans. The prize is simple, snacky, and easy to understand: one six-count case per month for twelve months, shipped after winner confirmation.

One grand prize
$281.51 ARV
Limit one entry
Ends May 27

Days
Hours
Minutes
Seconds

Countdown to the May 27, 2026 entry deadline.

A quick snack-stockup sweepstakes guide

This page is for readers who want the important details before tapping through to the official OREO form. The live page shows a first name, last name, email, optional phone number, eligibility checkbox, and reCAPTCHA before submission.

The best part is that the prize does not require a complicated trip, receipt upload, or purchase. It is a one-prize sweepstakes with one entry allowed during the promotion period, so accuracy matters more than speed when completing the form.

Why a year of Cakesters is useful for busy homes

Snack planning is one of those small household habits that saves time during school weeks, sports practices, lunch packing, office days, and road trips. A monthly Cakesters shipment would not replace groceries, but it would give the winner a predictable treat to keep on hand.

The official OREO page describes Cakesters as part of the brand’s soft-snack side, with regular, Golden, and Confetti Cake product options shown on the live destination. The sweepstakes prize itself is specifically a one-year supply of OREO Cakesters Snack Cakes.

Entry reminder: the official rules say there is a limit of one entry during the promotion period, regardless of whether someone uses the OREO website method or is invited through a Facebook or Instagram sponsored post.

The prize is simple: twelve monthly shipments

The grand prize is described as one year’s supply of OREO Cakesters Snack Cakes, fulfilled as one six-count case per month for twelve months. The approximate retail value listed in the rules is $281.51.

Prize detail Official-rule summary
Prize quantity One grand prize winner
Prize description One year’s supply of OREO Cakesters Snack Cakes
Fulfillment One six-count case per month for twelve months
Approximate retail value $281.51
First shipment timing Approximately 8 to 10 weeks after winner confirmation

The odds of winning depend on the number of eligible entries received during the promotion period. Since there is only one listed prize, make sure the form details are accurate before submitting.

Check these rules before you tap through

The sweepstakes is open to legal residents of the 50 United States and D.C. who are at least 18 years old, except residents of Alabama and Nebraska must be at least 19. The promotion period runs from April 28, 2026 at 12:00 a.m. Eastern Time through May 27, 2026 at 11:59 p.m. Eastern Time.

The administrator is expected to randomly select the potential winner on or around June 3, 2026. The potential winner must take the actions listed in the email notification within four days, so the email address used for entry should be one the entrant checks regularly.

Detail What it means
Entry URL oreo.com/cakesters
Age requirement 18+ except 19+ in AL/NE
Location 50 U.S. states and D.C.
Entry limit One entry during the promotion period
Drawing On or around June 3, 2026

Why the deadline is worth noticing

This entry window is not long. The official rules list May 27, 2026 at 11:59 p.m. Eastern Time as the deadline, which means there is not much room for last-minute form trouble, reCAPTCHA issues, or a forgotten email address.

If this is a prize you want, the cleanest approach is to review the rules, tap through to the official OREO page, and complete the registration form carefully while the promotion period is still open.

OREO Cakesters Sweepstakes FAQ

Yes. The official rules say no purchase is necessary and that a purchase of any kind will not increase your chances of winning.

Legal residents of the 50 United States and D.C. who are at least 18 years old may enter, except Alabama and Nebraska residents must be at least 19.

One grand prize winner receives a one-year supply of OREO Cakesters Snack Cakes, fulfilled as one six-count case per month for twelve months.

The promotion ends May 27, 2026 at 11:59 p.m. Eastern Time.

The rules list a limit of one entry during the promotion period by either entry method.

The administrator is expected to randomly select the potential winner on or around June 3, 2026 from all eligible entries received.

Use the official OREO Cakesters promotion page at oreo.com/cakesters and review the official rules before submitting.

Ready to enter the official OREO form?

Tap through to the official OREO Cakesters page. The form may ask for your first name, last name, email address, eligibility confirmation, and reCAPTCHA before you submit.

No purchase necessary. Open to 50 U.S. and D.C. residents who are 18+ except 19+ in AL/NE. Ends May 27, 2026 at 11:59 p.m. ET. Limit one entry during the promotion period.

ENTER HERE
This page is an editorial summary from Freebie Mom and is not the official rules page. Review the official OREO Cakesters Sweepstakes rules before entering. Sponsor: Mondelēz Global LLC, 100 Deforest Avenue, East Hanover, NJ 07936. Administrator: Merkle Inc., 3000 Town Center, Suite 2000, Southfield, MI 48075. Meta Platforms, Inc. is not a sponsor or administrator of this sweepstakes.

One-year supply prizeThe prize is one six-count case of OREO Cakesters per month for twelve months.
Only one entry allowedThe official rules limit entrants to one entry during the promotion period.
Deadline is May 27Entries must be submitted by 11:59 p.m. Eastern Time on May 27, 2026.
Check your emailThe potential winner must respond within four days after the notification is sent.

(function() {
var root = document.querySelector(‘.fm-scroll-page-oreo’);
if (!root) { return; }

var deadline = new Date(‘2026-05-27T23:59:00-04:00’);
var daysEl = document.getElementById(‘days’);
var hoursEl = document.getElementById(‘hours’);
var minutesEl = document.getElementById(‘minutes’);
var secondsEl = document.getElementById(‘seconds’);
var statusEl = document.getElementById(‘countdownStatus’);

function pad(num) {
if (num < 10) { return '0' + num; }
return String(num);
}

function updateCountdown() {
var now = new Date();
var diff = deadline.getTime() – now.getTime();
if (diff 0) { pct = (top / height) * 100; }
progress.style.width = pct + ‘%’;
}
window.addEventListener(‘scroll’, updateProgress, { passive: true });
updateProgress();

var faqButtons = root.querySelectorAll(‘.fm-faq-question’);
faqButtons.forEach(function(btn) {
btn.addEventListener(‘click’, function() {
var item = btn.closest(‘.fm-faq-item’);
if (item) { item.classList.toggle(‘fm-open’); }
});
});

var scrolling = false;
var interrupted = false;
var heroCta = document.getElementById(‘heroCtaBtn’);
var target = document.getElementById(‘entry-section’);

function stopScroll() {
if (scrolling) { interrupted = true; }
}
window.addEventListener(‘wheel’, stopScroll, { passive: true });
window.addEventListener(‘touchmove’, stopScroll, { passive: true });
window.addEventListener(‘resize’, stopScroll);
document.addEventListener(‘visibilitychange’, stopScroll);

function guidedScroll() {
if (!target) { return; }
var targetButton = target.querySelector(‘.fm-enter-btn’);
var focusTarget = targetButton || target;
var startPos = window.pageYOffset || document.documentElement.scrollTop || 0;
var rect = focusTarget.getBoundingClientRect();
var targetPos = rect.top + startPos – 180;
var maxPos = document.documentElement.scrollHeight – window.innerHeight;
if (targetPos > maxPos) { targetPos = maxPos; }
if (targetPos < 0) { targetPos = 0; }
var distance = targetPos – startPos;
var duration = 24000;
if (Math.abs(distance) 1) { progressAmount = 1; }
var newPos = startPos + distance * progressAmount;
window.scrollTo(0, newPos);
if (progressAmount < 1) {
requestAnimationFrame(step);
} else {
scrolling = false;
if (!interrupted) { window.scrollTo(0, targetPos); }
}
}
requestAnimationFrame(step);
}

var popupsStarted = false;
function showPopup(id, duration) {
var popup = document.getElementById(id);
if (!popup) { return; }
popup.classList.add('fm-show');
setTimeout(function() { popup.classList.remove('fm-show'); }, duration);
}
function startPopups() {
if (popupsStarted) { return; }
popupsStarted = true;
setTimeout(function() { showPopup('fact1', 4500); }, 500);
setTimeout(function() { showPopup('fact2', 4500); }, 7000);
setTimeout(function() { showPopup('fact3', 4500); }, 14500);
setTimeout(function() { showPopup('fact4', 4500); }, 22000);
}

if (heroCta) {
heroCta.addEventListener('click', function() {
startPopups();
guidedScroll();
});
}

var tocLinks = root.querySelectorAll('.fm-toc-link');
tocLinks.forEach(function(link) {
link.addEventListener('click', function(evt) {
var href = link.getAttribute('href');
if (!href) { return; }
if (href.charAt(0) !== '#') { return; }
var el = document.querySelector(href);
if (!el) { return; }
evt.preventDefault();
el.scrollIntoView({ behavior: 'smooth', block: 'start' });
});
});

function initAds() {
var ads = document.querySelectorAll('.fm-scroll-page-oreo .adsbygoogle');
ads.forEach(function(adEl) {
try {

} catch (err) {}
});
}
var adsScript = document.createElement('script');
adsScript.async = true;
adsScript.crossOrigin = 'anonymous';
adsScript.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1453338770643188';
adsScript.onload = initAds;
document.body.appendChild(adsScript);
})();

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.