School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
A controversial sheriff’s posse, an uninvestigated disappearance, and a wealth of obstacles to public records — a year of investigative reporting in Washington state
Amythist McCart shows her high school graduation cap adorned with a photo of her friend, missing teenager Kit Nelson-Mora. (Jake Parrish/InvestigateWest)
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
It was a good year for accountability in the Pacific Northwest, as InvestigateWest published major investigations and deep-dive journalism on issues affecting people across the region. Here are six stories out of Washington that we broke in 2024.
Klickitat County, Wash., Sheriff Bob Songer, shown here in 2023, has become one of the most prominent constitutional sheriffs in the country, and his growing volunteer posse has some people concerned about the potential for violent confrontation or liability to the county. Credit: Isaac Stone Simonelli/Arizona Center for Investigative Reporting
In rural Klickitat County, Sheriff Bob Songer — who has drawn national attention for his belief that sheriffs have the constitutional authority to decide which laws they will enforce — has been building a posse of volunteers nearly 10 times larger than the number of deputies, InvestigateWest’s Paul Kiefer reported. The posse is accountable to Songer alone, and he has warned that if the federal or state government tried to confiscate civilian firearms, he would use the posse to fight back. The posse has drawn concerns from residents worried about Songer’s association with far-right movements, as well as the potential liability to the county in the event of a violent encounter between a posse member and a citizen.
Bonnie Groo looks through portraits of her great-grandchild, Kit Nelson-Mora, in her home in Yakima, Wash., in November 2023. Credit: Jake Parrish/InvestigateWest
Sixteen-year-old Kit Nelson-Mora went missing in autumn of 2021, but police didn’t begin investigating the case for more than a year. Reporter Kelsey Turner looked deeply into the disappearance of the teen and documented the gaps in the responses of police, social workers and others in the months after the teen vanished. Kit, who has ancestral ties to the Penticton Indian Band in British Columbia, was one of 58 missing children and 128 missing Indigenous people in Washington — the most of any state in the country.
Family, friends and community members gathered at a 2019 vigil in remembrance of Stonechild Chiefstick, who was shot to death by a Poulsbo, Washington, police officer after a confrontation earlier that year. Credit: Ashley Ann/Kitsap Daily News
In 2021, Washington lawmakers created the nation’s first independent state agency tasked with probing police killings and other uses of force — a step intended to build trust among the public and hold police officers accountable when they use deadly force. Reporter Melanie Henshaw found that the new Office of Independent Investigations, beleaguered by hiring challenges and bureaucratic obstacles, had yet to open a single investigation more than three years later. The pace is especially frustrating for families of people shot by police who were cleared by local prosecutors in disputed cases — three of the five such cases under review by the office involved the deaths of Native Americans, who are shot by police at dramatically higher rates than white people.
City records officers say the rising number – and increasing complexity – of records requests has contributed to massive delays in providing them. Credit: Daniel Walters/InvestigateWest
InvestigateWest’s Daniel Walters set out to test the responsiveness of local governments to public records requests — seeking public documents from the five biggest cities in Washington, Oregon and Idaho. Spokane was by far the slowest, taking 129 days to provide its records log, which was six times slower than any other city tested. It’s a common problem for the city, which took six months or longer to respond to roughly 100 requests between November 2022 and November 2023. In response, Mayor Lisa Brown committed to hiring new staffers and the city embarked on an audit of the city’s handling of public records.
Jay is within a minority of sexual assault survivors whose abusers are held criminally accountable. But the plea deal that ended her case, which allowed her abuser to plead guilty to a less serious sex offense without a factual basis, left her feeling like she didn’t get the justice she needed. Credit: Mike Kane/InvestigateWest
When Jay heard that the man she had accused of sexually assaulting her would be pleading guilty to a lesser charge, she said, “I felt like I didn’t get the justice I deserved.” She’s not alone: Nearly two-thirds of sexual-assault cases handled by King County prosecutors in recent years ended with defendants entering pleas to lesser crimes, InvestigateWest’s Kelsey Turner found. Such deals often deny victims legal protections and go against their express desire for a just resolution to their case. Washington lawmakers have passed bills in recent years attempting to expand protections for victims and to provide specialized training for prosecutors dealing with sexual assault.
Citizens of the Confederated Tribes of the Colville Reservation sometimes receive a surprise in the mail: a medical bill that should not be theirs to pay. But when the federal Indian Health Service — responsible for carrying out the government’s obligation to pay for the health care of Native Americans — doesn’t cover the expense, tribal citizens are left with a choice between paying it themselves or taking a hit to their credit rating, reporter Melanie Henshaw discovered. It happens thousands of times a year: An IHS service provider refers a patient for treatment outside the system, the underfunded agency doesn’t pay the bill, and patients pay the price — literally.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
If you cover criminal justice in the Pacific Northwest — or want to — we’re hosting a free virtual training that may be useful to you and your newsroom
School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
If you cover criminal justice in the Pacific Northwest — or want to — we’re hosting a free virtual training that may be useful to you and your newsroom
Get the inside scoop in your inbox, free.
Subscribe to our weekly newsletters and never miss an investigation.