ADVERTISEMENT

Patrols and nanobubbles on display at the Reflecting Pool as Trump looks for a renovation do-over

Published Jun 23, 2026 09:36 am
National Guard members look at the Lincoln Memorial Reflecting Pool, Monday, June 22, 2026, in Washington. (AP Photo/Mark Schiefelbein)
National Guard members look at the Lincoln Memorial Reflecting Pool, Monday, June 22, 2026, in Washington. (AP Photo/Mark Schiefelbein)

WASHINGTON (AP) — National Guard members and U.S. Park Police patrolled the deck around the Lincoln Memorial Reflecting Pool on Monday as President Donald Trump's administration faces a self-imposed deadline to fix a botched renovation before the nation's 250th anniversary celebration.

The patrols came two days after Trump said authorities had made “multiple arrests” of people he insisted were responsible for damage to the peeling coating after an algae bloom occurred. The liner was installed as part of his $14 million-plus project.

The president has confirmed the problems most likely require draining the pool again for liner repairs and he promised a quick fix. Without offering substantiation, he also said vandals dumped fertilizer in the pool and slashed the coating with a box cutter.

But the timeline was not clear Monday, with the White House saying damaged areas are still being assessed. Contractors and federal workers in recent days have been using chemicals and ozone nanobubbles to combat the algae.

Trump pitched the original improvements as intended to clean, beautify and reinforce an iconic site that he said had become dilapidated and dirty because of previous presidents' neglect. Algae has plagued the pool for a century, and Trump insisted that a newly installed “American flag blue” coating, which he selected himself, would turn the pool into a gleaming expanse along the National Mall.

Yet within weeks of Trump declaring the rehabilitation completed in time for Independence Day, the water was plagued by a vivid green algae bloom that clouded the pool's coating. A piece of liner, about 4 square feet, was observed Friday partially floating in the pool. The Associated Press saw additional pieces in the water Monday.

Via social media, the president has blamed the problems on “SICK, DERANGED PEOPLE!” He asserted Monday on Truth Social that intentional damages include a “300 foot long gash” and that “chemicals have been illegally placed in the water.” A day earlier, Trump posted, “Work will begin immediately on fixing the seriously vandalized Reflecting Pool.”

At an executive order signing on Monday, the president said five people had been arrested and five more were under suspicion, and he deflected blame for the pool's maintenance issues: “I can’t help it if somebody goes in with a knife and starts hacking it up.” He has not backed up those claims, and even if anyone has deliberately peeled or cut the lining, that would not explain the algae bloom that appeared more intensely than what typically occurred before the renovation.

Images showing that Trump's project apparently backfired boomeranged across social media last week, drawing crowds of onlookers eager to see the effects themselves. An unknown number ended up being detained by federal authorities.

One man arrested was David Hearn, 67, of Bethesda, Maryland. A former Olympic canoe racer, Hearn told The Associated Press that he reached into the pool because he wanted to examine the peeling new coating. He said he briefly touched a chunk that was still attached to the side of the pool, then let go shortly after a park worker told him to. Hearn said he was then detained by National Guard troops and Park Police for five hours before being released Friday night.

“I’m a curious citizen,” Hearn said in a telephone interview. “I reached down to see what it felt like. It was very rubbery.”

The Park Police did not immediately respond Monday to AP's questions about how many arrests were made and whether any charges had been filed. Washington's Metropolitan Police Department said Monday that the agency is not involved.

The White House said Monday that any arrests have been made only by the U.S. Park Police.

It was not immediately apparent what criminal or civil violation someone might commit reaching into the pool. Trump, in one of his Truth Social posts, cited laws against defacing monuments as grounds for imprisoning anyone harming the pool.

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.