91³Ô¹ÏÍø

Watch CBS News

Is it bad luck to clean and do laundry on New Year's? The story behind the superstition

If you've got New Year's Day off and a pile of laundry or leftover Christmas clutter lying around, you might be tempted to start the New Year off with a clean home. But could you be inviting bad luck for the year ahead? Superstition warns that if you haven't gotten around to cleaning by New Year's Eve, you should avoid it until Jan. 2. 

Why do some people avoid cleaning and laundry on New Year's?

One of the many widely discussed New Year's myths forewarns that washing clothes or laundry could cleanse you of any good fortune for the next 365 days. Similarly, taking out anything from the home that day could remove any future prosperity. An even darker superstition is that doing so could "wash away a loved one," meaning somebody could die in the next year. 

How and where did the superstition originate?

One theory attributes the superstition to China. 

Lunar New Year, typically celebrated in China and other Asian countries, has a similar superstition. According to , people should thoroughly clean their homes around 10 days before the new year starts in a custom called "sweeping of the grounds" to remove any lingering bad luck beforehand. Cleaning during the Lunar New Year, however, is thought to risk getting rid of any good luck accumulating in the home. Sweeping, taking out the garbage or even washing your hair should be .

Lunar New Year festivals date back thousands of years and are rooted in legends and tradition.

What are some ways to get good luck on New Year's?

In Spain, those celebrating the New Year eat a dozen grapes, one for each strike of the clock at midnight. According to , it's good luck if you can eat all the grapes in time. But make sure to eat all 12, the superstition goes — otherwise, the luck can go sour. 

In , people smash plates on their friends' or neighbors' doorsteps on New Year's Day, according to travel magazine Outlook Traveller. The more pieces that break apart, the better fortune. 

In Greece, they smash a pomegranate on New Year's Day to bring life and luck. The ancient Greeks believed that the fruit's seeds symbolized abundance, fertility and eternity, according to the .

is known for its legendary fireworks show in Rio de Janeiro, especially on New Year's Eve. In Portuguese, "Ano novo, vida nova" means new year, new life. Language learning program Pimsleur says that some Brazilians believe that it is good luck if you can hop seven waves at midnight. Each wave jumped over head-on is thought to grant the jumper a wish. 

In the U.S., it's common to celebrate the new year with a kiss at midnight. Some believe that it brings good luck and strengthens the relationship. Another American tradition is celebrating the new year with a countdown, fireworks and watching the ball drop in New York City's Times Square. 

Why does the ball drop in New York City? 

Back in the 1800s, only the rich had personal clocks and watches. So, a time ball would fall at a certain hour to inform the masses. In London, one of the first time balls went down at 1 p.m. to tell ships the time sailing down the River Thames, according to . 

The Times Square New Year's Eve Ball is an iteration of the time ball. The New York Times introduced the spectacle in 1907 when the city banned fireworks due to crowds. The design began as a wooden ball with lightbulbs. Now, the six-ton ball is made of crystal. 

Celebrate the new year however you wish, but if you're superstitious, maybe save the cleaning for one more day. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });