Lebanon-Israel talks resume amid dispute over Israeli withdrawal, Hizbollah disarmament

 This photograph taken from the southern city of Nabatieh shows smoke rising from the site of an Israeli airstrike that targeted the nearby village of Nabatieh Al Faouqa on July 16, 2026 (AFP photo)
This photograph taken from the southern city of Nabatieh shows smoke rising from the site of an Israeli airstrike that targeted the nearby village of Nabatieh Al Faouqa on July 16, 2026 (AFP photo)

- Trump sees Israeli redeployment as key to shifting focus to Iran

- Lebanon demands Israeli withdrawal, Israel seeks ‘security guarantees’

- Rome talks aim to advance ceasefire framework despite Hizbollah opposition

AMMAN — Lebanon and Israel resumed US-sponsored negotiations in Rome on Tuesday as US President Donald Trump backed an Israeli redeployment from southern Lebanon, saying such a move would allow Israel to shift its focus to what he described as the “bigger issue” Iran.

The latest round of talks seeks to advance the framework agreement reached on June 26 after five rounds of negotiations in Washington. The agreement aims to end the fighting between Israel and Iran-backed Hizbollah and pave the way for a broader political settlement.

Lebanon and Israel reached a framework agreement on June 26, after five rounds of negotiations in Washington, aimed at ending the war between Israel and Iran-backed Hizbollah and paving the way for peace.

But Hezbollah rejects the agreement, which calls for the group's disarmament and whose implementation is set to begin with Israeli withdrawal from two "pilot zones" in southern Lebanon.

Speaking to Fox News, Trump said that “redeployment” was a more accurate description than withdrawal when asked whether he wanted Israeli ground forces to leave southern Lebanon.

He said that Washington was working well with both Lebanon and Israel, describing the level of coordination as unprecedented in recent years.

Trump said that an Israeli redeployment would enable Israel to focus on Iran. He also said Syrian President Ahmad Al Sharaa would deal with Hizbollah in Lebanon, but “in a different way” from Israel, without elaborating.

The Lebanese presidency said that its delegation to Rome had been instructed to demand the immediate withdrawal of Israeli forces from two pilot zones in southern Lebanon before any further discussions.

A Lebanese diplomatic source familiar with the negotiations was quoted in AFP as saying that the Lebanese army was prepared to gradually assume control of the areas from which Israeli forces would withdraw.

The US embassy in Beirut said that Lebanon and Israel had agreed to complete the framework governing the two pilot zones in southern Lebanon, signalling that implementation of the US-sponsored agreement continues despite unresolved political differences.

A US military delegation also began discussions with the Lebanese army on the process for an Israeli withdrawal from one of the pilot zones, reflecting ongoing coordination between Washington and Beirut, AFP said.

Israel has maintained that any withdrawal will depend on guarantees that Hizbollah will not return to areas vacated by Israeli forces and that the Lebanese army will be able to maintain control.

The negotiations are taking place against the backdrop of renewed regional tensions, with the United States carrying out fresh strikes on Iran ahead of the planned reimposition of its naval blockade on Iranian ports.

Israeli forces have continued limited strikes and demolition operations in southern Lebanon, according to Lebanese official media.

Political analyst Amer Sabaileh said that the negotiations reflect the complex reality facing all parties, but argued that Israel is unlikely to relinquish what it considers “essential security gains.”

He said that Israel does not want any other party filling the vacuum in southern Lebanon unless it is convinced that Hizbollah can no longer use the area as a future military threat.

“An Israeli withdrawal is unlikely without changes that ensure the geography can no longer be used as a future source of threat and that the link between Iran and Hizbollah is effectively severed,” Sabaileh said.

He added that reshaping the security geography along Israel’s northern border has become part of Israel’s security doctrine, making any redeployment dependent on long-term security considerations rather than political pressure alone.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });