91³Ô¹ÏÍø

Watch CBS News

Plastic bag bans are being reversed amid coronavirus panic

The spread of coronavirus is threatening to resurrect environmentally destructive single-use plastic bags, with a raft of states and cities putting previously approved bans on hold and some even reversing course.

Massachusetts, where 130 cities and towns had banned single-use plastic bags, last week reversed its position and instead banned reusable tote bags. San Francisco, which was one of the first U.S. cities to ban plastic bags, in 2007, this week reusable bags, mugs and other items. Colorado, Illinois, Maryland and have either stopped enforcing their plastic-bag bans or banned reusables outright.

In Seattle, food co-ops have been telling their customers not to bring their own bags, said Molly Moon, who owns a local chain of ice cream stores.

"I am kind of a hippie and bring my own bags to grocery stores, and now we aren't allowed to," Moon said. "When the hippies are telling you not to bring your own bags, you know things are real."

The plastic industry has been eager to capitalize on the public's newfound focus on cleanliness. In March, the Plastic Industry Association wrote to U.S. Health Secretary Alex Azar urging him to "make a public statement on the health and safety benefits seen in single-use plastics," according to a letter obtained by Politico.

The problem: There's no science to conclude that plastic is less likely to transmit the coronavirus than other surfaces. A recent study found that the virus that causes COVID-19 can survive on plastic for up to three days. The study, published in the , also found that the pathogen can survive on paper for 24 hours (Researchers did not test fabric or mesh.)

Grocery store workers playing vital role during coronavirus pandemic 01:37

Another in the Journal of Hospital Infection looked at various types of coronaviruses, although not the one that causes COVID-19, and found that they persist up to five  days on surfaces like paper and plastic.  

"I fail to see how using plastic would make you more safe fro COVID-19," said Brian Nichols, an associate professor of biological sciences at Seton Hall University who studies viruses.

"What those studies do tell us is that there's a viable virus around, and we need to be taking precautions," Nichols added. 

The risk of catching the the coronavirus from a contaminated surface remains uncertain, public health experts said. Meanwhile, for the of plastic falsely conflate older studies on reusable bags with more recent research on coronavirus.

"They're taking these new studies about coronavirus on surfaces and smashing them together with these old studies," said Ivy Schlegel, a research specialist with Greenpeace USA. Schlegel has  the push to bring back plastic to think tanks and researchers with ties to the plastic industry.

One recently cited from 2011, which found that shoppers rarely washed reusable bags, was paid for by the American Chemistry Council, a proponent of plastic. Another traced an outbreak of gastroenteritis to a shopping bag that had been in a hotel room overnight with a severely ill person. A third cited in the plastics industry's letter found bacteria on reusable bags, but did not look at viruses.

Schlegel pointed out that if reusable bags can transmit disease, the same could be true of purses, backpacks and even clothes that shoppers routinely take into grocery stores.

"Not to say that isn't a possible vector, but the disconnect is so vast with our understanding that COVID is spreading, and the idea that grocery bags are transmitting a unique type of disease is suspicious," she said.

How to effectively clean your phone amid the coronavirus outbreak 01:17

To lower your chances of catching the novel coronavirus, scientists recommend cleaning surfaces and washing hands frequently rather than fixating on one type of material over another. Nichols suggested regularly washing tote bags with the laundry to destroy any viruses, or simply letting them sit outdoors or in a garage for several weeks to let any virus die on its own.

Vineet Menachery, an assistant professor of microbiology at the University of Texas Medical Branch, likewise recommended washing bags regularly or wiping them down with a sanitary wipe, which would destroy the virus in less than 60 seconds, he told . He also noted that credit-card touch screens would be more likely to carry viruses than a shopping bags.

"Everyone is struggling to understand the virus, and the [plastic] industry is portraying it as black and white," Schlegel said. "This is training people to believe that plastic is the most sanitary, which we don't know — in fact it might be the opposite."

CBS News' Megan Cerullo contributed reporting.

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });