91³Ô¹ÏÍø

Watch CBS News

FBI moving command post in Nancy Guthrie investigation from Tucson to Phoenix, source says

The FBI is moving its command post in the Nancy Guthrie investigation from Tucson, Arizona, to Phoenix, a law enforcement source familiar with the investigation told CBS News on Thursday.  

The transition is being done because the large Phoenix command post will be able to operate more efficiently for the long term, and most of the agents who have been working on the investigation in Tucson are based in Phoenix, the source said.

The investigative squads, evidence recovery teams and SWAT teams will all remain in Tucson as they are assigned to the FBI's Tucson office, which is a large satellite office. 

Guthrie, the 84-year-old mother of "Today" show co-host Savannah Guthrie, was reported missing on Feb. 1, sparking a massive search effort.   

The investigation is still running at full speed, the source said. Leads are still being worked, and video footage is still being reviewed. Digital evidence, including cellphones, is being analyzed. Tips are still being followed.

The source said a lot of the work going forward does not require boots on the ground in Tucson and can be done from Phoenix or offices anywhere in the country.

A second law enforcement source briefed on the investigation said when a major case breaks, the FBI surges resources fast. It brings in extra agents, stands up a command post and throws everything at the time-sensitive work that has to happen in those initial critical days.

Search For Nancy Guthrie After Suspected Kidnapping Continues In Arizona
 A member of the FBI surveils the area around Nancy Guthrie's residence on Feb. 11, 2026 in Tucson, Arizona.  Brandon Bell / Getty Images

That work includes neighborhood canvases, evidence collection and running down every lead as soon as it comes in, the source said. That work in the Guthrie case is now done. 

The source familiar with the investigation noted that those specialized resources, including the hostage rescue team from Quantico, Virginia, are always readily available. They can be back on the ground in Tucson quickly if something breaks in the case.

A spokesperson for the Pima County Sheriff's Department told CBS News on Thursday that investigators were also aware of a video circulating on social media that allegedly shows a vehicle within a couple of miles of Nancy Guthrie's home at around 2:30 a.m. on Feb. 1, the day she was reported missing.

"We are aware of the video, I'm told that the property appears to be a bit further from the Guthrie home," the spokesperson said. "We asked homeowners in the area to submit video and encourage anyone who hasn't, to please do so via ."

CBS News has not verified the video or the location that it shows. The video was first reported by Fox News. 

Authorities had previously reported that a Nest doorbell camera at Nancy Guthrie's home disconnected at 1:47 a.m. on Feb. 1. Then at around 2:12 a.m., the Nest cameras detected what it classified as a person.  

The FBI has received more than 23,600 tips since Guthrie's disappearance. More than 1,500 of those tips have come in since the family offered a reward of up to $1 million this week, according to a law enforcement source.

Meanwhile, Nancy Guthrie's house will soon be returned to her family, a law enforcement source said.

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