Arrests reported by Tuolumne County Sheriff (2024)

View all arrests reported by Tuolumne County Sheriff

Local Crime News provides daily updates of arrests in all cities in California.

Showing records 1 - 20 out of 21,149 matching results.

Hint:

Register for a free Local Crime News membership for unlimited search results.

Rodger P.
Robbins Jr

Age: 60 – Modesto, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

WARRANT, WARRANT, WARRANT, WARRANT...

View Arrest Details

Mark S.
Kerr

Age: 53 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

14601.2(A)...

View Arrest Details

Derle S.
Davis

Age: 63 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

242, 594(A)(2)...

View Arrest Details

Edmond J.
Allatt

Age: 45 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

1320(A), 1320(A), 1320(A), 14601.2(A)...

View Arrest Details

Juan C.
Salmeron

Age: 42 – Fresno, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

655(B), 655(C)...

Heaven M.
Pratt

Age: 23 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

WARRANT, WARRANT, WARRANT, WARRANT...

View Arrest Details

Philip B.
Montano

Age: 22 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

273.5...

View Arrest Details

Antonio L.
Gallegos

Age: 44 – Groveland, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

11550...

View Arrest Details

Gilardo
Echevarria

Age: 46 – La Grange, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

23152(A), 23152(B)...

View Arrest Details

Kelsey W.
Doub

Age: 37 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

647(F)...

View Arrest Details

Jose G.
De La Torre

Age: 43 – Modesto, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

655(B), 655(C)...

View Arrest Details

Jacob V.
Cuellarrayes

Age: 33 – San Jose, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

655(B)...

View Arrest Details

Henry H.
Chapman Ii

Age: 59 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

11364(A)...

View Arrest Details

Daniel S.
Perreira

Age: 64 – Jamestown, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

11377(A), WARRANT, 11364(A)...

View Arrest Details

Melanie I.
Perotti

Age: 38 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

23152(A), 23152(B)...

View Arrest Details

Robert B.
Gonzales

Age: 50 – Jamestown, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

11377(A)...

View Arrest Details

Chad R.
Anderson

Age: 50 – Sonora, CA

County: Tuolumne
Reported On: Aug 19, 2024
Arrested For:

11377(A), 2800.2, 11364(A)...

View Arrest Details

Joseph
Troche

Age: 21 – Sonora, CA

County: Tuolumne
Reported On: Aug 16, 2024
Arrested For:

25850A, 25850C6, 25400(A)(3)...

View Arrest Details

Daniel S.
Curtis

Age: 39 – Jamestown, CA

County: Tuolumne
Reported On: Aug 16, 2024
Arrested For:

11350(A), 12022.2, WARRANT, 529(A)(3)...

View Arrest Details

Julieann
Rivera

Age: 35 – Stockton, CA

County: Tuolumne
Reported On: Aug 15, 2024
Arrested For:

WARRANT...

View Arrest Details

Not logged in: Only the first 3 pages of results are available.

Page 1 of 1,058



LocalCrimeNews

Are you tired of spending hours every day searching for arrest news?

We can deliver customized results directly to your inbox! Click here to find out how.


Follow Us on Social Media

Quick Links

City List

Statistics

Crime Code Lookup

About Us

Privacy Policy

Contact Us

FAQ

Arrest Information

The information contained on this website is protected by constitutional, publishing, and other legal rights. Persons named have only been arrested on suspicion of the crime indicated and are presumed innocent.

Arrests reported by Tuolumne County Sheriff (6)

Arrests reported by Tuolumne County Sheriff (8)

Arrests reported by Tuolumne County Sheriff (9)

Arrests reported by Tuolumne County Sheriff (10)

Arrests reported by Tuolumne County Sheriff (11)

'}); setTimeout(function () { //$.unblockUI(); }, 1500); $('#saveSearchCancel').click(function(e){ $.unblockUI(); }); }else{ $.blockUI({ message: '' }); setTimeout(function () { $.unblockUI(); }, 1500); } }else{ alert(' error'); } } }); }else{ $.blockUI({ message: '

You must have a First name, or Last name, or a City to save.

' }); setTimeout(function() { $.unblockUI(); }, 2000); } }); $('#notLoggedInSave').click(function(e){ window.location = '/welcome/myAccount'; }); function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i 30){ writeCookie ("fistTime", myCookie, 15); } if(diffMins > 60){ var secondCookie = getCookie("fistWarning"); if (secondCookie == '') { document.cookie = "fistWarning=" + n; $("#cookieModal").modal(); }else{ var diff =(n - secondCookie) / 1000; diff /= 60; var secondDiff = Math.abs(Math.round(diff)); console.log('second secondDiff '+ secondDiff); if(secondDiff > 10){ document.cookie = "fistWarning=" + n; $("#cookieModal").modal(); } } } } } function writeCookie (key, value, hours) { var date = new Date(); // Get milliseconds at current time plus number of hours*60 minutes*60 seconds* 1000 milliseconds date.setTime(+ date + (hours * 3600000)); //60 * 60 * 1000 window.document.cookie = key + "=" + value + "; expires=" + date.toString() + "; path=/"; return value; }; function msToTime(duration) { var date = new Date(duration);// Milliseconds to date var t=date.toString().split(" "); return(t[4]); } //Load Sidebar last so that it doesn't break flow on mobile. $("#LCNSideBar").show();
Arrests reported by Tuolumne County Sheriff (2024)
Top Articles
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 6174

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.