The US Navy has confirmed in writing to Congress that eight sailors attempted suicide during the USS Abraham Lincoln carrier strike group’s extended deployment — a disclosure that came in a formal letter from the Acting Navy Secretary, not a public announcement.
Acting Navy Secretary Hung Cao confirmed in a September 22 letter to Senator Kirsten Gillibrand that eight suicide attempts occurred across the USS Abraham Lincoln carrier strike group during its deployment. The figure covers the carrier crew, carrier air wing, strike-group staff, destroyer squadron, and other embarked aviation personnel. No sailors died by suicide, the Navy confirmed in that correspondence. The strike group deployed for approximately 286 days at sea, supporting combat operations in the Middle East. The carrier has since been relieved by the USS George Washington.
The disclosure triggers immediate congressional oversight on deployment length and shipboard maintenance standards. For military families with service members in active carrier deployments, the written admission provides official confirmation of conditions families had reported. Senator Gillibrand and Representative Brad Schneider called for Armed Services Committee hearings on September 25 — hearings that may examine deployment length, port-call frequency, and shipboard mental health staffing.
What the Navy Letter Actually Confirms
Related Karmactive coverage: Karmactive USS Lincoln deployment background and Karmactive USS Lincoln deployment background.
An important precision: the eight attempts occurred across the strike group, not necessarily eight incidents physically aboard the carrier itself. The official correspondence covers the entire carrier strike group — which includes destroyers, the air wing, and strike-group staff operating across multiple ships. Accounts that place all eight attempts “aboard the USS Abraham Lincoln” compress the actual scope of the disclosure.
One incident described in the letter involved a sailor who attempted to go overboard in March before shipmates intervened.
The letter also acknowledges mechanical failures during the deployment, including problems with potable water production from reverse-osmosis desalination units, occurring simultaneously with combat flight operations. Some Pentagon officials had previously disputed family reports of severe shipboard conditions; the written response to Congress formally acknowledges mechanical failures and the extended deployment without standard port calls.
For military mental health resources and veteran support services, see the linked resources. If you or someone you know is in crisis, the Suicide and Crisis Lifeline is available by calling or texting **988**.
Gillibrand and Schneider have formally requested congressional hearings. The Navy has not announced a public timeline for its review. Check back for updates as the Armed Services Committee responds and the Navy releases further findings on the deployment.
Primary source links: gillibrand.senate.gov, navy.mil.
(function () {
var btn = document.getElementById('karmactivePushBtn');
var status = document.getElementById('karmactivePushStatus');
if (!btn) return;
function setStatus(msg) {
if (status) status.textContent = msg;
}
function fallback() {
setStatus('Push notifications are not supported in this browser. Try the email option above.');
}
btn.addEventListener('click', function () {
try {
/* OneSignal v16+ deferred SDK */
if (window.OneSignalDeferred && Array.isArray(window.OneSignalDeferred)) {
setStatus('Opening notification prompt...');
window.OneSignalDeferred.push(function (OneSignal) {
if (OneSignal && OneSignal.Notifications && typeof OneSignal.Notifications.requestPermission === 'function') {
OneSignal.Notifications.requestPermission()
.then(function () {
setStatus('You will receive push notifications when new articles are published.');
})
.catch(fallback);
} else {
fallback();
}
});
return;
}
/* OneSignal direct object */
if (window.OneSignal && OneSignal.Notifications && typeof OneSignal.Notifications.requestPermission === 'function') {
OneSignal.Notifications.requestPermission()
.then(function () {
setStatus('You will receive push notifications when new articles are published.');
})
.catch(fallback);
return;
}
/* Older OneSignal SDK */
if (window.OneSignal && typeof OneSignal.push === 'function') {
setStatus('Opening notification prompt...');
OneSignal.push(function () {
if (typeof OneSignal.showSlidedownPrompt === 'function') {
OneSignal.showSlidedownPrompt();
} else {
fallback();
}
});
return;
}
fallback();
} catch (e) {
fallback();
}
});
})();