Arrests reported by Sonora CHP (2024)

View all arrests reported by Sonora CHP

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

Showing records 1 - 20 out of 3,411 matching results.

Hint:

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

Mark H.
Isley

Age: 69 – Tuolumne, CA

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

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

View Arrest Details

Julio S.
Barajas

Age: 21 – Sonora, CA

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

23152(A)...

View Arrest Details

Creighton R.
Callison

Age: 24 – Sonora, CA

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

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

View Arrest Details

Jacob D.
Cordova

Age: 41 – El Paso, CA

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

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

View Arrest Details

Edmond F.
Daricourt

Age: 72 – Sonora, CA

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

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

View Arrest Details

James S.
Pettigrew

Age: 55 – Danville, CA

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

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

View Arrest Details

Nicholas
Pina

Age: 41 – Sonora, CA

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

14601.2(A)...

View Arrest Details

Timothy J.
Potter

Age: 25 – Tuolumne, CA

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

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

View Arrest Details

Larry R.
Shrader Jr

Age: 50 – Tuolumne, CA

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

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

View Arrest Details

Charles H.
Smith Iii

Age: 36 – San Bernardino, CA

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

148A...

View Arrest Details

Gustavo C.
Flores

Age: 51 – Escalon, CA

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

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

View Arrest Details

Mark C.
Harlan

Age: 69 – Sonora, CA

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

4000(A)(1), 243(A)...

View Arrest Details

Guifarro F.
Jose Banegas

Age: 24 – San Jose, CA

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

12500(A), 22349(A), 26708(A)...

View Arrest Details

David R.
Niemoeller

Age: 53 – Manteca, CA

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

23152(A), 148A...

View Arrest Details

Tori P.
Polen

Age: 46 – Tuolumne, CA

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

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

View Arrest Details

Sharon K.
Robinson

Age: 68 – Sonora, CA

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

20001(A), 23153(A), 23153(B)...

View Arrest Details

Martin
Torres

Age: 60 – Jamestown, CA

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

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

View Arrest Details

Lonnie J.
Malone

Age: 42 – Sonora, CA

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

20001(A), 4462(B)...

View Arrest Details

Ronald L.
Nicholas

Age: 55 – Vallecito, CA

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

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

View Arrest Details

Brandon
Orozco

Age: 24 – Manteca, CA

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

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

View Arrest Details

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

Page 1 of 171



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 Sonora CHP (6)

Arrests reported by Sonora CHP (8)

Arrests reported by Sonora CHP (9)

Arrests reported by Sonora CHP (10)

Arrests reported by Sonora CHP (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 Sonora CHP (2024)
Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 5530

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.