Fighting for Injured Workers and Their Families Since 1945
If you or someone you love has been hurt on a construction site in Chicago, you deserve answers and help. At Phillips Law Offices, our experienced attorneys have spent decades helping workers and families get the justice and compensation they deserve after serious construction accidents. We know the challenges you face, and we’re here to stand up for your rights from day one.
Our team has a long track record of winning major settlements and verdicts for injured workers across Illinois. We understand how construction negligence can turn lives upside down, and we’re committed to holding those responsible fully accountable. If you need answers or want to discuss your case, call us for a free consultation today.
var gform;gform||(document.addEventListener(“gform_main_scripts_loaded”,function(){gform.scriptsLoaded=!0}),document.addEventListener(“gform/theme/scripts_loaded”,function(){gform.themeScriptsLoaded=!0}),window.addEventListener(“DOMContentLoaded”,function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>”function”==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(“The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.”),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(“gform_main_scripts_loaded”,()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(“gform/theme/scripts_loaded”,()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(“DOMContentLoaded”,()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(“action”,o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(“filter”,o,r,e,t)},doAction:function(o){gform.doHook(“action”,o,arguments)},applyFilters:function(o){return gform.doHook(“filter”,o,arguments)},removeAction:function(o,r){gform.removeHook(“action”,o,r)},removeFilter:function(o,r,e){gform.removeHook(“filter”,o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+”_”+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){“function”!=typeof(t=o.callable)&&(t=window[t]),”action”==r?t.apply(null,e):e[0]=t.apply(null,e)})),”filter”==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
Request a Free Consultation
-
This field is for validation purposes and should be left unchanged.
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_4’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_4’).length > 0;var is_redirect = contents.indexOf(‘gformRedirect(){‘) >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery(‘html’).css(‘margin-top’), 10) + parseInt(jQuery(‘body’).css(‘margin-top’), 10) + 100;if(is_form){jQuery(‘#gform_wrapper_4’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_4’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_4’).removeClass(‘gform_validation_error’);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window[‘gformInitDatepicker’]) {gformInitDatepicker();}if(window[‘gformInitPriceFields’]) {gformInitPriceFields();}var current_page = jQuery(‘#gform_source_page_number_4’).val();gformInitSpinner( 4, ‘https://phillipslawoffices.com/wp-content/plugins/gravityforms/images/spinner.svg’, true );jQuery(document).trigger(‘gform_page_loaded’, [4, current_page]);window[‘gf_submitting_4’] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(‘.GF_AJAX_POSTBACK’).html();if(!confirmation_content){confirmation_content = contents;}jQuery(‘#gform_wrapper_4’).replaceWith(confirmation_content);jQuery(document).trigger(‘gform_confirmation_loaded’, [4]);window[‘gf_submitting_4’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_4’).text());}else{jQuery(‘#gform_4’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”, [{ formId: “4”, currentPage: “current_page”, abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( “gform_wrapper_4” ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( “span” ); visibilitySpan.id = “gform_visibility_test_4”; gformWrapperDiv.insertAdjacentElement( “afterend”, visibilitySpan ); } const visibilityTestDiv = document.getElementById( “gform_visibility_test_4” ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( ‘gform_post_render’, [4, current_page] ); gform.utils.trigger( { event: ‘gform/postRender’, native: false, data: { formId: 4, currentPage: current_page } } ); gform.utils.trigger( { event: ‘gform/post_render’, native: false, data: { formId: 4, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === ‘attributes’ && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ ‘style’, ‘class’ ], }); } else { triggerPostRender(); } } );} );
/* ]]> */
Why Choose Phillips Law Offices?
With over 75 years of experience, Phillips Law Offices is one of Chicago’s most trusted law firms for construction negligence cases. Our attorneys have handled thousands of injury claims and have won some of the largest verdicts in Illinois history. We know how to build strong cases that get results.
Clients choose us because we treat every case with personal attention and care. You’ll work directly with a skilled attorney who listens to your story, explains your options, and fights for the best possible outcome. Our past clients often recommend us to friends and family because of our dedication and results.
We’re proud of our reputation for excellence. Our team has received top ratings from legal organizations, and we’ve been recognized for our commitment to client service. When you work with Phillips Law Offices, you can trust that your case is in good hands.
What Is Construction Negligence?
Construction negligence happens when someone fails to follow safety rules or acts carelessly on a job site, leading to injuries. This can include ignoring safety standards, using faulty equipment, or not providing proper training. Construction sites are busy and dangerous places, so even a small mistake can have serious consequences.
Common causes of construction negligence include unsafe working conditions, such as unguarded edges or slippery surfaces. Sometimes, accidents happen because equipment is poorly maintained or workers don’t have the right safety gear. Other times, contractors or site managers cut corners to save time or money, putting everyone at risk.
Understanding what went wrong is the first step in building a strong case. Our attorneys know how to investigate construction accidents and find out who is responsible. If you’ve been hurt because someone didn’t do their job safely, you may have the right to seek compensation.
Types of Construction Accident Cases We Handle
At Phillips Law Offices, we handle all types of construction accident cases.
Falls from Heights
These accidents happen when workers fall from ladders, scaffolding, roofs, or other high places on a construction site. Even a short fall can cause serious injuries like broken bones, head injuries, or back problems. Falls are common because many jobs on construction sites require working above the ground, and sometimes safety rails or harnesses are missing or not used properly.
Struck-by Accidents
Struck-by accidents occur when a worker is hit by a moving object, such as falling tools, building materials, or equipment. For example, a hammer dropped from above or a piece of lumber falling off a truck can cause serious harm. These accidents can happen quickly and often result in head injuries, bruises, or worse.
Electrocutions
Electrocution accidents happen when workers come into contact with exposed wires, faulty electrical systems, or power lines. Construction sites often have unfinished wiring or temporary power sources, which can be very dangerous if not handled correctly. Electrocutions can cause burns, heart problems, or even death.
Machinery Accidents
Machinery accidents involve injuries from heavy equipment like cranes, forklifts, or bulldozers. These machines are powerful and can cause crushing injuries, amputations, or other serious harm if they malfunction or are used incorrectly. Sometimes accidents happen because workers are not properly trained or safety guards are missing.
Structural Collapses
Structural collapses occur when part of a building, scaffolding, or trench gives way unexpectedly. This can trap or crush workers and cause life-threatening injuries. Collapses often happen because of poor construction, weak supports, or ignoring safety warnings.
Exposure to Hazardous Materials
Workers can be exposed to dangerous substances like asbestos, chemicals, or dust on construction sites. Breathing in or touching these materials can cause health problems, including lung disease or skin burns. Proper safety gear and training are important to prevent these types of injuries.
Who Is Liable in a Construction Negligence Case?
Property Owners
Property owners are responsible for making sure the construction site is reasonably safe. If they know about a hazard and do nothing to fix it, they can be held responsible if someone gets hurt. Their duty is to provide a safe environment for everyone working on or visiting the site.
General Contractors
General contractors oversee the whole construction project. They must make sure all workers follow safety rules and that the site meets legal standards. If they ignore safety regulations or fail to fix problems, they can be held liable for accidents that happen on the job.
Subcontractors
Subcontractors are hired to do specific jobs, like electrical work or plumbing. They are responsible for the safety of their own workers and anyone affected by their work. If a subcontractor’s actions or mistakes cause an accident, they may be held responsible.
Equipment Manufacturers
Sometimes, accidents happen because a tool or machine is defective or unsafe. In these cases, the company that made or sold the equipment can be held liable. If a piece of equipment breaks or malfunctions and causes an injury, it’s important to investigate whether a design or manufacturing problem is to blame.
Multiple Parties
In many construction accidents, more than one person or company may share responsibility. For example, a contractor might not provide safety gear, and a property owner might ignore a dangerous condition. Our attorneys look at every detail to find out who played a part in the accident and make sure everyone responsible is held accountable.
Your Rights After a Construction Site Injury
If you’re hurt on a construction site, you have the right to seek compensation for your injuries. This can include payment for medical bills, lost wages if you can’t work, and pain and suffering. In tragic cases where a loved one dies, families may be able to file a wrongful death claim for funeral costs and loss of support.
Workers’ compensation may cover some expenses, but it often isn’t enough to cover all your losses. In many cases, you can also file a lawsuit against the parties responsible for your injury. Our attorneys will explain your options and help you decide the best path forward.
We believe every injured worker deserves fair treatment and respect. Our goal is to help you recover physically, emotionally, and financially after a serious accident. Let us handle the legal work so you can focus on healing.
How Our Attorneys Can Help
When you hire Phillips Law Offices, you get a team that works tirelessly for you. We start by investigating your accident, collecting evidence, and talking to witnesses. We work with safety experts and medical professionals to understand exactly what happened and how it affects your life.
Our attorneys handle all negotiations with insurance companies and other parties. We fight for a fair settlement, but we’re always ready to take your case to court if needed. Our experience in the courtroom gives us an edge and shows the other side that we mean business.
Throughout your case, we keep you informed and answer your questions. You’ll never feel left in the dark. Our goal is to make the process as smooth as possible and to get you the best result.
Chicago Construction Accident Statistics

Source: https://www.bls.gov/regions/midwest/news-release/fatalworkinjuries_illinois.htm
Frequently Asked Questions
What should I do after a construction accident?
First, get medical help right away, even if you think your injuries are minor. Report the accident to your supervisor and make sure it’s documented. If you can, take photos of the scene and your injuries. Then, contact an experienced attorney to discuss your rights.
Do I have a case if I am a subcontractor?
Yes, subcontractors have the same rights as other workers when it comes to safety. If someone else’s negligence caused your injury, you may be able to file a claim. Our attorneys can review your situation and explain your options.
How long do I have to file a claim in Illinois?
In Illinois, the time limit for filing a personal injury claim is usually two years from the date of the accident. However, there are exceptions, so it’s important to talk to a lawyer as soon as possible to protect your rights.
Recent Results & Case Studies
Our team has helped many clients recover millions of dollars after construction accidents.
Verdict for a 54-year-old man who suffered serious leg injuries following a forklift accident. The defendant offered $100,000 to settle the case.
We’re proud of the difference we’ve made in our clients’ lives. One client said, “Phillips Law Offices fought for me when no one else would. They got me the help I needed and treated me like family.” These results show our commitment to justice and our ability to deliver real results.
Every case is unique, and we’re ready to help you achieve the best possible outcome. If you want to learn more about our past cases, just ask-we’re happy to share our experience.
Meet Our Team Of Construction Accident Attorneys in Chicago
Stephen D. Phillips
Stephen D. Phillips is a highly respected Chicago attorney and the managing partner at Phillips Law Offices, known for helping people who have been hurt in construction accidents and other personal injury cases. With decades of experience, he has won record settlements and verdicts for clients in Illinois and beyond, making sure injured workers and their families get the compensation they deserve. Stephen is recognized as one of the top trial lawyers in the country, and his dedication to justice has earned him many awards and honors.
If you need help with a construction negligence case, Stephen D. Phillips and his team are trusted advocates who will fight for your rights and work hard to secure the best possible settlement for you.
Terrence M. Quinn
Terrence M. Quinn is a dedicated partner at Phillips Law Offices in Chicago, known for helping clients get fair settlements in construction negligence cases. Since 2001, he has fought for people injured due to unsafe construction practices, winning multi-million dollar settlements and verdicts across Illinois and Indiana. Terry’s deep knowledge, strong preparation, and commitment to his clients make him a trusted attorney for those seeking justice after serious construction accidents.
Stephen J. Phillips
Stephen J. Phillips is a dedicated Chicago attorney at Phillips Law Offices who specializes in helping people injured by construction negligence and other serious accidents. As a third-generation trial lawyer, Stephen has played a key role in achieving major settlements for his clients, including cases with $25 million, $16 million, and $10 million outcomes. He is known for his commitment to fighting for justice for those harmed by careless companies or individuals, making sure his clients get the compensation they deserve. Stephen’s experience and passion make him a trusted advocate for anyone seeking fair settlements in construction negligence cases in Chicago.
About Phillips Law Offices
Phillips Law Offices has been serving Chicago and Illinois since 1945. Our firm is built on a tradition of excellence, compassion, and hard work. We’ve earned a reputation as one of the top injury law firms in the Midwest.
Our attorneys are leaders in their field, with decades of combined experience in construction negligence and personal injury law. We’re active in the community and support local safety initiatives to help prevent future accidents.
When you choose Phillips Law Offices, you’re choosing a team that cares about you and your family. We’re here to support you every step of the way, from your first call to the final resolution of your case.
Contact Chicago Construction Negligence Lawyer at Phillips Law Offices
If you or a loved one has been injured on a construction site, don’t wait to get help. Call (312) 598-0917 Phillips Law Offices for a free, no-obligation consultation. We’re available 24/7 and have convenient office locations in Chicago and throughout Illinois.
Fill out our simple online form or call us directly to speak with an attorney. There are no fees unless we win your case. Let us help you get the justice and compensation you deserve.
Interesting Reads:
The post Chicago Construction Negligence Attorneys appeared first on Phillips Law Offices.