ADVERTISEMENT

US cuts short Gaza ceasefire talks and accuses Hamas of lacking 'good faith'

Published Jul 25, 2025 10:39 am

At A Glance

  • The talks have been bogged down over competing demands for ending the war. Hamas says it will only release all hostages in exchange for a full Israeli withdrawal and end to the war. Israel says it will not agree to end the conflict until Hamas gives up power and disarms. The militant group says it is prepared to leave power but not surrender its weapons.
An Israeli soldier stands beside humanitarian aid packages awaiting pickup on the Palestinian side of the Kerem Shalom crossing in the Gaza Strip, Thursday, July 24, 2025. during a media tour organized by the Israeli army. (AP Photo/Ohad Zwigenberg)
An Israeli soldier stands beside humanitarian aid packages awaiting pickup on the Palestinian side of the Kerem Shalom crossing in the Gaza Strip, Thursday, July 24, 2025. during a media tour organized by the Israeli army. (AP Photo/Ohad Zwigenberg)
WASHINGTON (AP) — The United States is cutting short Gaza ceasefire talks and bringing its negotiating team home from Qatar to discuss next steps after Hamas' latest response "shows a lack of desire" to reach a truce, President Donald Trump's special envoy Steve Witkoff said Thursday.
"While the mediators have made a great effort, Hamas does not appear to be coordinated or acting in good faith," Witkoff said in a statement. "We will now consider alternative options to bring the hostages home and try to create a more stable environment for the people of Gaza."
State Department spokesperson Tommy Pigott would not offer details on what "alternative options" the U.S. is considering to free hostages held by the militant group.
Hamas said in a statement that it was surprised by Witkoff's "negative remarks" and said it has shown responsibility and flexibility in the negotiating track. It added that it was "keen to reach an agreement that ends the aggression and the suffering of our people in Gaza."
A breakthrough on a ceasefire deal between Israel and Hamas following 21 months of war has eluded the Trump administration as humanitarian conditions worsen in Gaza. Thursday's move is the latest setback as Trump has tried to position himself as peacemaker and vowed to broker agreements in conflicts from Ukraine to Gaza.
Talks for a Gaza ceasefire have dragged on
When pressed on whether and how the U.S. would proceed on seeking a truce in Gaza, Pigott did not offer clarity and told reporters that "this is a very dynamic situation."
He said there's never been a question of the U.S. commitment to reaching a ceasefire and faulted Hamas.
The sides have held weeks of talks in Qatar, reporting small signs of progress but no major breakthroughs. Officials have said a main sticking point is the redeployment of Israeli troops after any ceasefire takes place.
Witkoff said the U.S. is "resolute" in seeking an end to the conflict in Gaza and it was "a shame that Hamas has acted in this selfish way."
The White House had no comment.
Hamas, in the statement it released early Friday, said it had offered its final answer following wide consultations with Palestinian factions, mediators and countries in the region. It said it has dealt positively with all remarks it received reflecting a "true commitment" to making the efforts of the mediators successful and to "deal constructively" with the presented initiatives.
Hamas said it reaffirmed its "keenness to continue the negotiations and to engage in a way that would ease obstacles and ensure reaching a permanent ceasefire."
Israel also calls back its negotiators
Earlier Thursday, Israeli Prime Minister Benjamin Netanyahu's office recalled his negotiating team in light of Hamas' response. In a brief statement, Netanyahu's office expressed appreciation for the efforts of Witkoff and other mediators Qatar and Egypt but gave no further details.
The deal under discussion was expected to include an initial 60-day ceasefire in which Hamas would release 10 living hostages and the remains of 18 others in phases in exchange for Palestinians imprisoned by Israel. Aid supplies would be ramped up, and the two sides would hold negotiations on a lasting ceasefire.
The talks have been bogged down over competing demands for ending the war. Hamas says it will only release all hostages in exchange for a full Israeli withdrawal and end to the war. Israel says it will not agree to end the conflict until Hamas gives up power and disarms. The militant group says it is prepared to leave power but not surrender its weapons.
Hamas is believed to be holding the hostages in different locations, including tunnels, and says it has ordered its guards to kill them if Israeli forces approach.

Related Tags

WORLDNEWS CEASEFIRE
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; } }

{{ articles_filter_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.