Arrests reported by Fresno County Sheriff (2024)

View all arrests reported by Fresno County Sheriff

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

Showing records 1 - 20 out of 424,499 matching results.

Hint:

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

Roberto
Hernandez

Age: 36 – Reedley, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

243(D), 245(A)(1), 273A(A), 136.1, 311.11, 236F...

View Arrest Details

Joseph J.
Presterl

Age: 24 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

WARRANT...

View Arrest Details

Johnathan J.
Meza

Age: 19 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

496(A), 32310, 29610...

View Arrest Details

Taquisha T.
Love

Age: 32 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

WARRANT...

View Arrest Details

Luther
Carroll

Age: 34 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

148(A)(1), 69...

Jose J.
Rivera

Age: 40 – Mendota, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

148(A)(1), 422(A), 594(B)(1), 602(O), 664/459/460(A)...

View Arrest Details

Tobias T.
Silva

Age: 22 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

186.22(A), 211, 245(A)(4)...

View Arrest Details

Tory M.
Simmons

Age: 34 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

WARRANT, 3455(a)...

View Arrest Details

Nagi N.
Hussen

Age: 18 – Kerman, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

602...

View Arrest Details

John C.
Heflebower

Age: 64 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

647(F)...

View Arrest Details

Miguel
Garcia

Age: 31 – Selma, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

211, WARRANT...

View Arrest Details

Juan J.
Barboza-Gutierrez

Age: 31 – Selma, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

11370.1(A), 11377(A), 148.9(A), 23222(A), 4000(A), 25400(A)1...

View Arrest Details

Eddie N.
Gonzalez

Age: 36 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

273.5(A)...

View Arrest Details

Maria M.
Gutierrez

Age: 65 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

368(B)(1)...

View Arrest Details

Johnathan R.
Mclaurin

Age: 31 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

243(E)(1)...

View Arrest Details

Roy N.
Gonzales

Age: 55 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

273.5(A), 3455(a)...

View Arrest Details

Jason
Domingo

Age: 21 – Clovis, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

1203.2(A), 186.22(A), 211, 245(A)(4)...

View Arrest Details

Isaac I.
Soto

Age: 21 – Clovis, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

1203.2(A), 186.22(A), 211, 245(A)(4)...

View Arrest Details

Victor
Lopez

Age: 29 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

148(A)(1), 417(A), WARRANT...

View Arrest Details

Humberto H.
Quezada

Age: 21 – Fresno, CA

County: Fresno
Reported On: May 31, 2024
Arrested For:

166(C)(1)...

View Arrest Details

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

Page 1 of 21,225



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 Fresno County Sheriff (6)

Arrests reported by Fresno County Sheriff (8)

Arrests reported by Fresno County Sheriff (9)

Arrests reported by Fresno County Sheriff (10)

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

Author: Greg O'Connell

Last Updated:

Views: 5763

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.